diff --git a/bsd-core/mga/Makefile b/bsd-core/mga/Makefile index 0123652f..26e8b91f 100644 --- a/bsd-core/mga/Makefile +++ b/bsd-core/mga/Makefile @@ -4,7 +4,7 @@ KMOD= mga NOMAN= YES 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_linux.h -CFLAGS+= ${DEBUG_FLAGS} -I. -I.. -DSMP -DAPIC_IO +CFLAGS+= ${DEBUG_FLAGS} -I. -I.. @: ln -sf /sys @ diff --git a/bsd-core/tdfx/Makefile b/bsd-core/tdfx/Makefile index f234feb6..334b306a 100644 --- a/bsd-core/tdfx/Makefile +++ b/bsd-core/tdfx/Makefile @@ -4,7 +4,7 @@ KMOD= tdfx NOMAN= YES SRCS= tdfx_drv.c SRCS+= device_if.h bus_if.h pci_if.h opt_drm_linux.h -CFLAGS+= ${DEBUG_FLAGS} -I. -I.. -DSMP -DAPIC_IO +CFLAGS+= ${DEBUG_FLAGS} -I. -I.. @: ln -sf /sys @ diff --git a/bsd/mga/Makefile b/bsd/mga/Makefile index 0123652f..26e8b91f 100644 --- a/bsd/mga/Makefile +++ b/bsd/mga/Makefile @@ -4,7 +4,7 @@ KMOD= mga NOMAN= YES 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_linux.h -CFLAGS+= ${DEBUG_FLAGS} -I. -I.. -DSMP -DAPIC_IO +CFLAGS+= ${DEBUG_FLAGS} -I. -I.. @: ln -sf /sys @ diff --git a/bsd/tdfx/Makefile b/bsd/tdfx/Makefile index f234feb6..334b306a 100644 --- a/bsd/tdfx/Makefile +++ b/bsd/tdfx/Makefile @@ -4,7 +4,7 @@ KMOD= tdfx NOMAN= YES SRCS= tdfx_drv.c SRCS+= device_if.h bus_if.h pci_if.h opt_drm_linux.h -CFLAGS+= ${DEBUG_FLAGS} -I. -I.. -DSMP -DAPIC_IO +CFLAGS+= ${DEBUG_FLAGS} -I. -I.. @: ln -sf /sys @