summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/Makefile
blob: 624a807aedbe55ada0fb5da6dadce033e70634c5 (plain)
1
2
3
4
5
6
7
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