diff options
| author | sbrissen <sbrissen@hotmail.com> | 2013-06-06 23:58:14 -0400 |
|---|---|---|
| committer | sbrissen <sbrissen@hotmail.com> | 2013-06-06 23:58:14 -0400 |
| commit | 1dcc187c4d689ff0d16a46894133aafe54a73fce (patch) | |
| tree | f32274e2335b68c0908eb62acb0f6a6847207ff9 /BoardCommonConfig.mk | |
| parent | 2ebc425ad7bd0310a686aff6b2efca5222dd8b7e (diff) | |
| download | device_samsung_t0lte-1dcc187c4d689ff0d16a46894133aafe54a73fce.tar.gz device_samsung_t0lte-1dcc187c4d689ff0d16a46894133aafe54a73fce.tar.bz2 device_samsung_t0lte-1dcc187c4d689ff0d16a46894133aafe54a73fce.zip | |
t0lte: fix logic on ifneq
This should hopefully fix the gsm issue after the cdma merge.
Change-Id: Id4688118787978852da334e72c0c58e2c7df1366
Diffstat (limited to 'BoardCommonConfig.mk')
| -rw-r--r-- | BoardCommonConfig.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk index 1897304..4975e3f 100644 --- a/BoardCommonConfig.mk +++ b/BoardCommonConfig.mk @@ -32,9 +32,9 @@ COMMON_GLOBAL_CFLAGS += -DCAMERA_WITH_CITYID_PARAM # Kernel TARGET_KERNEL_SOURCE := kernel/samsung/smdk4412 ifneq ($(filter t0ltecdma i605 l900 r950,$(TARGET_DEVICE)),) -TARGET_KERNEL_CONFIG := cyanogenmod_t0lte_defconfig -else TARGET_KERNEL_CONFIG := cyanogenmod_t0ltecdma_defconfig +else +TARGET_KERNEL_CONFIG := cyanogenmod_t0lte_defconfig endif # assert |
