summaryrefslogtreecommitdiff
path: root/bsd-core
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-core')
-rw-r--r--bsd-core/Makefile2
-rw-r--r--bsd-core/tdfx/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/bsd-core/Makefile b/bsd-core/Makefile
index ff26c762..61cba175 100644
--- a/bsd-core/Makefile
+++ b/bsd-core/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD$
-SUBDIR = drm tdfx gamma
+SUBDIR = drm tdfx mga gamma
.include <bsd.subdir.mk>
diff --git a/bsd-core/tdfx/Makefile b/bsd-core/tdfx/Makefile
index 471a5fbf..4362a5ba 100644
--- a/bsd-core/tdfx/Makefile
+++ b/bsd-core/tdfx/Makefile
@@ -3,7 +3,7 @@
KMOD = tdfx
SRCS = tdfx_drv.c tdfx_context.c
SRCS += device_if.h bus_if.h pci_if.h
-CFLAGS += ${DEBUG_FLAGS} -I..
+CFLAGS += ${DEBUG_FLAGS} -I. -I..
KMODDEPS = drm
@: