summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.m68k
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-11 23:53:13 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-11 23:53:13 +0000
commit665caab50c6de66061f59af920c10ce4a849d827 (patch)
tree519a4a2e2a0b74ec6787d81148709c517512d9a9 /extra/Configs/Config.m68k
parent158af7364a9198a64832bbeb18395088edd49a34 (diff)
We don't need an ARCH_CFLAGS2, just fixed the ordering on ARCH_CFLAGS
Diffstat (limited to 'extra/Configs/Config.m68k')
-rw-r--r--extra/Configs/Config.m68k5
1 files changed, 1 insertions, 4 deletions
diff --git a/extra/Configs/Config.m68k b/extra/Configs/Config.m68k
index 24f81fb57..7ffbf7b12 100644
--- a/extra/Configs/Config.m68k
+++ b/extra/Configs/Config.m68k
@@ -130,11 +130,8 @@ DOPIC = false
#
# ARCH_CFLAGS if your have something special to add to the CFLAGS
#
-ARCH_CFLAGS = -Wa,--bitwise-or
+ARCH_CFLAGS = -Wa,--bitwise-or -I$(KERNEL_SOURCE)/include
#
-# this is needed for 2.4 m68knommu builds
-#
-ARCH_CFLAGS2 = -I$(KERNEL_SOURCE)/include
#
# get this from elsewhere, maybe
#