aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2002-08-30 23:49:25 +0000
committerEric Anholt <anholt@freebsd.org>2002-08-30 23:49:25 +0000
commit9797f0fd172c7d87e009dbfe7603c9df48509394 (patch)
tree4c46ed9e5eadca85c6b5ddc29f22cae6887103e7
parentb248c02c4ffaaaef4c91d8024808c35bcbfa303b (diff)
Remove some extra symlinking for kernel module building that hasn't been
needed since 2000.
-rw-r--r--bsd-core/mga/Makefile6
-rw-r--r--bsd-core/r128/Makefile6
-rw-r--r--bsd-core/radeon/Makefile6
-rw-r--r--bsd-core/tdfx/Makefile6
-rw-r--r--bsd/gamma/Makefile6
-rw-r--r--bsd/mga/Makefile6
-rw-r--r--bsd/r128/Makefile6
-rw-r--r--bsd/radeon/Makefile6
-rw-r--r--bsd/tdfx/Makefile6
9 files changed, 0 insertions, 54 deletions
diff --git a/bsd-core/mga/Makefile b/bsd-core/mga/Makefile
index 82c7a382..13e43c46 100644
--- a/bsd-core/mga/Makefile
+++ b/bsd-core/mga/Makefile
@@ -7,12 +7,6 @@ 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
CFLAGS+= ${DEBUG_FLAGS} -I. -I..
-@:
- ln -sf /sys @
-
-machine:
- ln -sf /sys/i386/include machine
-
.if defined(DRM_DEBUG)
DRM_DEBUG_OPT= "\#define DRM_DEBUG 1"
.endif
diff --git a/bsd-core/r128/Makefile b/bsd-core/r128/Makefile
index 99b728bc..83f78482 100644
--- a/bsd-core/r128/Makefile
+++ b/bsd-core/r128/Makefile
@@ -7,12 +7,6 @@ SRCS = r128_cce.c r128_drv.c r128_state.c
SRCS += device_if.h bus_if.h pci_if.h opt_drm.h
CFLAGS += ${DEBUG_FLAGS} -I. -I..
-@:
- ln -sf /sys @
-
-machine:
- ln -sf /sys/i386/include machine
-
.if defined(DRM_DEBUG)
DRM_DEBUG_OPT= "\#define DRM_DEBUG 1"
.endif
diff --git a/bsd-core/radeon/Makefile b/bsd-core/radeon/Makefile
index 844586a1..613cc033 100644
--- a/bsd-core/radeon/Makefile
+++ b/bsd-core/radeon/Makefile
@@ -7,12 +7,6 @@ SRCS = radeon_cp.c radeon_drv.c radeon_state.c
SRCS += device_if.h bus_if.h pci_if.h opt_drm.h
CFLAGS += ${DEBUG_FLAGS} -I. -I..
-@:
- ln -sf /sys @
-
-machine:
- ln -sf /sys/i386/include machine
-
.if defined(DRM_DEBUG)
DRM_DEBUG_OPT= "\#define DRM_DEBUG 1"
.endif
diff --git a/bsd-core/tdfx/Makefile b/bsd-core/tdfx/Makefile
index 149e3112..12e7d745 100644
--- a/bsd-core/tdfx/Makefile
+++ b/bsd-core/tdfx/Makefile
@@ -7,12 +7,6 @@ SRCS= tdfx_drv.c
SRCS+= device_if.h bus_if.h pci_if.h opt_drm.h
CFLAGS+= ${DEBUG_FLAGS} -I. -I..
-@:
- ln -sf /sys @
-
-machine:
- ln -sf /sys/i386/include machine
-
.if defined(DRM_DEBUG)
DRM_DEBUG_OPT= "\#define DRM_DEBUG 1"
.endif
diff --git a/bsd/gamma/Makefile b/bsd/gamma/Makefile
index 6b99427a..d416e463 100644
--- a/bsd/gamma/Makefile
+++ b/bsd/gamma/Makefile
@@ -7,12 +7,6 @@ SRCS = gamma_drv.c gamma_dma.c
SRCS += device_if.h bus_if.h pci_if.h opt_drm.h
CFLAGS += ${DEBUG_FLAGS} -I. -I..
-@:
- ln -sf /sys @
-
-machine:
- ln -sf /sys/i386/include machine
-
.if defined(DRM_DEBUG)
DRM_DEBUG_OPT= "\#define DRM_DEBUG 1"
.endif
diff --git a/bsd/mga/Makefile b/bsd/mga/Makefile
index 82c7a382..13e43c46 100644
--- a/bsd/mga/Makefile
+++ b/bsd/mga/Makefile
@@ -7,12 +7,6 @@ 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
CFLAGS+= ${DEBUG_FLAGS} -I. -I..
-@:
- ln -sf /sys @
-
-machine:
- ln -sf /sys/i386/include machine
-
.if defined(DRM_DEBUG)
DRM_DEBUG_OPT= "\#define DRM_DEBUG 1"
.endif
diff --git a/bsd/r128/Makefile b/bsd/r128/Makefile
index 99b728bc..83f78482 100644
--- a/bsd/r128/Makefile
+++ b/bsd/r128/Makefile
@@ -7,12 +7,6 @@ SRCS = r128_cce.c r128_drv.c r128_state.c
SRCS += device_if.h bus_if.h pci_if.h opt_drm.h
CFLAGS += ${DEBUG_FLAGS} -I. -I..
-@:
- ln -sf /sys @
-
-machine:
- ln -sf /sys/i386/include machine
-
.if defined(DRM_DEBUG)
DRM_DEBUG_OPT= "\#define DRM_DEBUG 1"
.endif
diff --git a/bsd/radeon/Makefile b/bsd/radeon/Makefile
index 844586a1..613cc033 100644
--- a/bsd/radeon/Makefile
+++ b/bsd/radeon/Makefile
@@ -7,12 +7,6 @@ SRCS = radeon_cp.c radeon_drv.c radeon_state.c
SRCS += device_if.h bus_if.h pci_if.h opt_drm.h
CFLAGS += ${DEBUG_FLAGS} -I. -I..
-@:
- ln -sf /sys @
-
-machine:
- ln -sf /sys/i386/include machine
-
.if defined(DRM_DEBUG)
DRM_DEBUG_OPT= "\#define DRM_DEBUG 1"
.endif
diff --git a/bsd/tdfx/Makefile b/bsd/tdfx/Makefile
index 149e3112..12e7d745 100644
--- a/bsd/tdfx/Makefile
+++ b/bsd/tdfx/Makefile
@@ -7,12 +7,6 @@ SRCS= tdfx_drv.c
SRCS+= device_if.h bus_if.h pci_if.h opt_drm.h
CFLAGS+= ${DEBUG_FLAGS} -I. -I..
-@:
- ln -sf /sys @
-
-machine:
- ln -sf /sys/i386/include machine
-
.if defined(DRM_DEBUG)
DRM_DEBUG_OPT= "\#define DRM_DEBUG 1"
.endif