diff options
author | anholt <anholt@FreeBSD.org> | 2002-04-28 04:58:40 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2002-04-28 04:58:40 +0000 |
commit | 1fc70fcb7789be34cae6201ab9c71fc4c9945e60 (patch) | |
tree | 381c9e7f7e17acca286dce174f87a487fa76b5ac /sys/modules/drm/tdfx | |
parent | b6d822715dffa59708f29ceefca693c3f8a58f9e (diff) | |
download | FreeBSD-src-1fc70fcb7789be34cae6201ab9c71fc4c9945e60.zip FreeBSD-src-1fc70fcb7789be34cae6201ab9c71fc4c9945e60.tar.gz |
Hook the DRM up to the build and add it to NOTES.
Approved by: des
Diffstat (limited to 'sys/modules/drm/tdfx')
-rw-r--r-- | sys/modules/drm/tdfx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/drm/tdfx/Makefile b/sys/modules/drm/tdfx/Makefile index 70bdf56..7012558 100644 --- a/sys/modules/drm/tdfx/Makefile +++ b/sys/modules/drm/tdfx/Makefile @@ -4,6 +4,6 @@ KMOD = tdfx NOMAN = YES SRCS = tdfx_drv.c -SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h opt_drm_linux.h +SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h .include <bsd.kmod.mk> |