M7350/kernel/drivers/gpu/drm/mgag200/Makefile

6 lines
187 B
Makefile
Raw Permalink Normal View History

2024-09-09 08:57:42 +00:00
ccflags-y := -Iinclude/drm
mgag200-y := mgag200_main.o mgag200_mode.o mgag200_cursor.o \
mgag200_drv.o mgag200_fb.o mgag200_i2c.o mgag200_ttm.o
obj-$(CONFIG_DRM_MGAG200) += mgag200.o