summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.powerpc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-07-03 19:19:34 +0000
committerpeter <peter@FreeBSD.org>1999-07-03 19:19:34 +0000
commit060339e52c478ef9330bab255ccf2ccb1574ec07 (patch)
treedccc5ac9b63ef3322505581072efea82be307b5b /sys/conf/Makefile.powerpc
parent93cec9300e9768a5c7fa148bf093c8101c4f5f03 (diff)
downloadFreeBSD-src-060339e52c478ef9330bab255ccf2ccb1574ec07.zip
FreeBSD-src-060339e52c478ef9330bab255ccf2ccb1574ec07.tar.gz
Delete the 'device-driver' suffix. It's been meaningless for a long time.
On the VAX, it used to be used for special compilation to avoid the optimizer which would mess with memory mapped devices etc. These days we use 'volatile'.
Diffstat (limited to 'sys/conf/Makefile.powerpc')
-rw-r--r--sys/conf/Makefile.powerpc6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index b889f7d..66873d0 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.156 1999/06/28 09:21:35 peter Exp $
+# $Id: Makefile.i386,v 1.157 1999/07/02 04:00:01 jkh Exp $
#
# Makefile for FreeBSD
#
@@ -70,9 +70,6 @@ PROF+= -mprofiler-epilogue
NORMAL_C= ${CC} -c ${CFLAGS} ${PROF} $<
NORMAL_C_C= ${CC} -c ${CFLAGS} ${PROF} $<
NORMAL_S= ${CC} -c ${ASM_CFLAGS} $<
-DRIVER_C= ${CC} -c ${CFLAGS} ${PROF} $<
-DRIVER_C_C= ${CC} -c ${CFLAGS} ${PROF} $<
-DRIVER_S= ${CC} -c -x ${ASM_CFLAGS} $<
PROFILE_C= ${CC} -c ${CFLAGS} $<
GEN_CFILES= ${I386}/i386/genassym.c
@@ -200,7 +197,6 @@ genassym: genassym.o
${SYSTEM_OBJS} genassym.o vers.o: opt_global.h
-# XXX this assumes that the options for NORMAL_C* and DRIVER_C* are identical.
depend: assym.s param.c vnode_if.h ${BEFORE_DEPEND}
rm -f .newdep
mkdep -a -f .newdep ${CFLAGS} ${CFILES} ${SYSTEM_CFILES}
OpenPOWER on IntegriCloud