mirror of https://gitee.com/openkylin/linux.git
8 lines
183 B
Makefile
8 lines
183 B
Makefile
|
ccflags-y := -Iinclude/drm
|
||
|
ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
|
||
|
|
||
|
tegra-drm-y := drm.o fb.o dc.o host1x.o
|
||
|
tegra-drm-y += output.o rgb.o
|
||
|
|
||
|
obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o
|