mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-13 01:04:35 +08:00
6 lines
155 B
Makefile
6 lines
155 B
Makefile
|
ccflags-y := -Iinclude/drm
|
||
|
cirrus-y := cirrus_main.o cirrus_mode.o \
|
||
|
cirrus_drv.o cirrus_fbdev.o cirrus_ttm.o
|
||
|
|
||
|
obj-$(CONFIG_DRM_CIRRUS_QEMU) += cirrus.o
|