[MSM] Fix makefile, which in an erroneous manner includes the logo file disregarding the board config
This commit is contained in:
parent
d1aeebac34
commit
c85abf5272
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user