mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 13:56:45 +07: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
|