From 9797f0fd172c7d87e009dbfe7603c9df48509394 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 30 Aug 2002 23:49:25 +0000 Subject: Remove some extra symlinking for kernel module building that hasn't been needed since 2000. --- bsd-core/mga/Makefile | 6 ------ bsd-core/r128/Makefile | 6 ------ bsd-core/radeon/Makefile | 6 ------ bsd-core/tdfx/Makefile | 6 ------ 4 files changed, 24 deletions(-) (limited to 'bsd-core') 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 -- cgit v1.2.3