From c85abf52721d636d3fa494ad71b8b3e05e072508 Mon Sep 17 00:00:00 2001 From: Shantanu Gupta Date: Thu, 3 May 2012 12:15:59 +0530 Subject: [PATCH] [MSM] Fix makefile, which in an erroneous manner includes the logo file disregarding the board config --- drivers/video/msm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/msm/Makefile b/drivers/video/msm/Makefile index 60380b65..b7380f17 100644 --- a/drivers/video/msm/Makefile +++ b/drivers/video/msm/Makefile @@ -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