diff options
Diffstat (limited to 'bsd-core/radeon')
-rw-r--r-- | bsd-core/radeon/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
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 |