mirror of https://gitee.com/openkylin/linux.git
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
|