diff options
Diffstat (limited to 'drivers/video/sunxi/Makefile')
-rw-r--r-- | drivers/video/sunxi/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/video/sunxi/Makefile b/drivers/video/sunxi/Makefile index fa12d430299..147e1879922 100644 --- a/drivers/video/sunxi/Makefile +++ b/drivers/video/sunxi/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2000-2007 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# obj-$(CONFIG_VIDEO_SUNXI) += sunxi_display.o simplefb_common.o lcdc.o tve_common.o ../videomodes.o obj-$(CONFIG_VIDEO_DE2) += sunxi_de2.o sunxi_dw_hdmi.o simplefb_common.o lcdc.o ../dw_hdmi.o sunxi_lcd.o |