mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-29 05:55:02 +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
|