/drivers/video/display/Makefile
Makefile | 6 lines | 2 code | 3 blank | 1 comment | 0 complexity | 8af2419946664d2d4f9a0148db6d036b MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
1# Display drivers 2 3display-objs := display-sysfs.o 4 5obj-$(CONFIG_DISPLAY_SUPPORT) += display.o 6