mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-30 06:25:03 +08:00
5 lines
142 B
Makefile
5 lines
142 B
Makefile
|
ccflags-y := -Iinclude/drm
|
||
|
bochs-drm-y := bochs_drv.o bochs_mm.o bochs_kms.o bochs_fbdev.o bochs_hw.o
|
||
|
|
||
|
obj-$(CONFIG_DRM_BOCHS) += bochs-drm.o
|