summaryrefslogtreecommitdiffstats
path: root/sys/modules/mem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/mem/Makefile')
-rw-r--r--sys/modules/mem/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/modules/mem/Makefile b/sys/modules/mem/Makefile
index 952f50f..3710c5d 100644
--- a/sys/modules/mem/Makefile
+++ b/sys/modules/mem/Makefile
@@ -14,18 +14,4 @@ SRCS+= amd64_mem.c
.endif
SRCS+= bus_if.h device_if.h
-.if ${MACHINE} == "sun4v"
-SRCS+= opt_global.h
-
-.if defined(KERNBUILDDIR)
-MKDEP= -include ${KERNBUILDDIR}/opt_global.h
-.else
-CFLAGS+= -include opt_global.h
-MKDEP= -include opt_global.h
-
-opt_global.h:
- echo "#define SUN4V 1" > ${.TARGET}
-.endif
-.endif
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud