Skip to content

Commit 70d4f67

Browse files
committed
ace: disable build of unneeded panel
1 parent fea978f commit 70d4f67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/mach-msm/Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,12 @@ obj-$(CONFIG_MACH_BRAVOC) += board-bravoc-wifi.o htc_awb_cal.o
186186
obj-$(CONFIG_MACH_BRAVOC) += board-bravoc-microp.o
187187

188188
# MSM7x30 boards
189+
ifndef CONFIG_MACH_SPADE
189190
obj-$(CONFIG_ARCH_MSM7X30) += panel-samsungwvga-tl2796a.o panel-samsungwvga-s6e63m0.o panel-sonywvga-s6d16a0x21-7x30.o
190191
obj-$(CONFIG_ARCH_MSM7X30) += htc_wifi_nvs.o htc_awb_cal.o
192+
else
193+
obj-$(CONFIG_ARCH_MSM7X30) += htc_wifi_nvs.o
194+
endif
191195
obj-$(CONFIG_MACH_VISION)+= board-vision.o
192196
obj-$(CONFIG_MACH_VISION)+= board-vision-keypad.o
193197
obj-$(CONFIG_MACH_VISION)+= board-vision-microp.o

0 commit comments

Comments
 (0)