24d44c5d51
Approved by: des
11 lines
222 B
Makefile
11 lines
222 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/drm
|
|
KMOD = mga
|
|
NOMAN = YES
|
|
SRCS = mga_drv.c mga_state.c mga_warp.c mga_dma.c
|
|
SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h opt_drm_linux.h
|
|
KMODDEPS= agp
|
|
|
|
.include <bsd.kmod.mk>
|