diff options
Diffstat (limited to 'drivers/video/fbdev/mmp/Makefile')
-rw-r--r-- | drivers/video/fbdev/mmp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/video/fbdev/mmp/Makefile b/drivers/video/fbdev/mmp/Makefile index a014cb358bf..924dd0930cc 100644 --- a/drivers/video/fbdev/mmp/Makefile +++ b/drivers/video/fbdev/mmp/Makefile @@ -1 +1,3 @@ -obj-y += core.o hw/ panel/ fb/ +obj-$(CONFIG_MMP_DISP) += mmp_disp.o hw/ panel/ fb/ + +mmp_disp-y += core.o |