mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 05:36:52 +07:00
5 lines
97 B
Makefile
5 lines
97 B
Makefile
|
ccflags-y := -Iinclude/drm
|
||
|
vgem-y := vgem_drv.o vgem_dma_buf.o
|
||
|
|
||
|
obj-$(CONFIG_DRM_VGEM) += vgem.o
|