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