]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/modules/drm/mach64/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sys / modules / drm / mach64 / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../dev/drm
4 KMOD    = mach64
5 SRCS    = mach64_dma.c mach64_drv.c mach64_irq.c mach64_state.c
6 SRCS    +=device_if.h bus_if.h pci_if.h opt_drm.h
7
8 .include <bsd.kmod.mk>