diff options
Diffstat (limited to 'drivers/video/fbdev/mmp/Makefile')
-rw-r--r-- | drivers/video/fbdev/mmp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/video/fbdev/mmp/Makefile b/drivers/video/fbdev/mmp/Makefile new file mode 100644 index 000000000..84204c04e --- /dev/null +++ b/drivers/video/fbdev/mmp/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_MMP_DISP) += mmp_disp.o hw/ panel/ fb/ + +mmp_disp-y += core.o |