Skip to content

Commit

Permalink
ace: disable build of unneeded panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Kali- committed May 14, 2011
1 parent fea978f commit 70d4f67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/mach-msm/Makefile
Expand Up @@ -186,8 +186,12 @@ obj-$(CONFIG_MACH_BRAVOC) += board-bravoc-wifi.o htc_awb_cal.o
obj-$(CONFIG_MACH_BRAVOC) += board-bravoc-microp.o

# MSM7x30 boards
ifndef CONFIG_MACH_SPADE
obj-$(CONFIG_ARCH_MSM7X30) += panel-samsungwvga-tl2796a.o panel-samsungwvga-s6e63m0.o panel-sonywvga-s6d16a0x21-7x30.o
obj-$(CONFIG_ARCH_MSM7X30) += htc_wifi_nvs.o htc_awb_cal.o
else
obj-$(CONFIG_ARCH_MSM7X30) += htc_wifi_nvs.o
endif
obj-$(CONFIG_MACH_VISION)+= board-vision.o
obj-$(CONFIG_MACH_VISION)+= board-vision-keypad.o
obj-$(CONFIG_MACH_VISION)+= board-vision-microp.o
Expand Down

0 comments on commit 70d4f67

Please sign in to comment.