Makefile 82 B

1234
  1. ccflags-y := -Iinclude/drm
  2. vgem-y := vgem_drv.o
  3. obj-$(CONFIG_DRM_VGEM) += vgem.o