mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-01 18:24:23 +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
|