mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-19 12:00:46 +09:00
9 lines
192 B
Makefile
9 lines
192 B
Makefile
# Display drivers
|
|
|
|
display-objs := display-sys.o
|
|
|
|
obj-$(CONFIG_DISPLAY_SUPPORT) += display.o
|
|
obj-$(CONFIG_DISPLAY_SUPPORT) += screen/
|
|
obj-y += transmitter/
|
|
obj-y += tve/
|