diff options
| author | Humberto Borba <humberos@gmail.com> | 2013-09-23 14:45:56 -0300 |
|---|---|---|
| committer | Humberto Borba <humberos@gmail.com> | 2013-09-23 15:21:35 -0300 |
| commit | bc8f4c9aa1c02267ce9642e6f18e6de5106bba37 (patch) | |
| tree | d4367431496c2b3daed0a002c691b6f7785aff7a /arch/arm/mach-exynos/Makefile | |
| parent | d5b001b42ba995e3015423539d00add44d79a509 (diff) | |
| download | kernel_samsung_smdk4412-bc8f4c9aa1c02267ce9642e6f18e6de5106bba37.tar.gz kernel_samsung_smdk4412-bc8f4c9aa1c02267ce9642e6f18e6de5106bba37.tar.bz2 kernel_samsung_smdk4412-bc8f4c9aa1c02267ce9642e6f18e6de5106bba37.zip | |
arm: mach-exynos: fix gps for n8000 and n801x devices definately
Signed-off-by: Humberto Borba <humberos@gmail.com>
Change-Id: I73e4f237c5cf67643f96930b3862155966bbf8bc
Diffstat (limited to 'arch/arm/mach-exynos/Makefile')
| -rw-r--r-- | arch/arm/mach-exynos/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/arch/arm/mach-exynos/Makefile b/arch/arm/mach-exynos/Makefile index 932ca752f5b..a73a49fed71 100644 --- a/arch/arm/mach-exynos/Makefile +++ b/arch/arm/mach-exynos/Makefile @@ -159,18 +159,22 @@ obj-$(CONFIG_MIDAS_COMMON) += sec-common.o \ midas-mhl.o midas-lcd.o t0-sound.o obj-$(CONFIG_SEC_MODEM) += board-gps-bcm475x.o else +ifeq ($(CONFIG_MACH_P4NOTE),y) ifeq ($(CONFIG_MACH_P4NOTELTE_USA_VZW),y) obj-$(CONFIG_MIDAS_COMMON) += sec-common.o\ midas-tsp.o board-midas-wlan.o \ midas-camera.o midas-thermistor.o \ midas-mhl.o midas-lcd.o midas-sound.o + +obj-$(CONFIG_GPS_BRCM_475X) += board-gps-bcm475x.o else -ifeq ($(CONFIG_MACH_P4NOTE),y) obj-$(CONFIG_MIDAS_COMMON) += sec-common.o\ midas-tsp.o board-midas-wlan.o \ midas-camera.o midas-thermistor.o \ - midas-mhl.o midas-lcd.o midas-sound.o \ - board-gps-bcm475x.o + midas-mhl.o midas-lcd.o midas-sound.o + +obj-$(CONFIG_GPS_BRCM_475X) += board-gps-bcm475x.o +endif #CONFIG_MACH_P4NOTELTE_USA_VZW else ifeq ($(CONFIG_MACH_SLP_T0_LTE),y) obj-$(CONFIG_MIDAS_COMMON) += sec-common.o \ @@ -195,7 +199,6 @@ endif endif endif endif -endif obj-$(CONFIG_IRON_BD) += board-iron-gpio.o board-grande-power.o obj-$(CONFIG_GRANDE_BD) += board-grande-gpio.o board-grande-power.o obj-$(CONFIG_P4NOTE_00_BD) += p4note-gpio.o p4note-power.o |
