[MSM] Fix makefile, which in an erroneous manner includes the logo file disregarding the board config

This commit is contained in:
Shantanu Gupta 2012-05-03 12:15:59 +05:30
parent d1aeebac34
commit c85abf5272

View File

@ -1,7 +1,7 @@
# core framebuffer
#
obj-y := msm_fb.o logo.o
obj-y := msm_fb.o
ifeq ($(CONFIG_FB_MSM_LOGO),y)
obj-y += logo.o
endif