freebsd-dev/sys/modules/drm/radeon/Makefile
Eric Anholt 24d44c5d51 Add makefiles for DRM modules
Approved by:	des
2002-04-27 20:55:03 +00:00

11 lines
222 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../dev/drm
KMOD = radeon
NOMAN = YES
SRCS = radeon_cp.c radeon_drv.c radeon_state.c
SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h opt_drm_linux.h
KMODDEPS= agp
.include <bsd.kmod.mk>