#
# 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
#
#
# ARCH_CFLAGS if your have something special to add to the CFLAGS
#
-ARCH_CFLAGS = -Wa,--bitwise-or -msoft-float
+ARCH_CFLAGS = -Wa,--bitwise-or -msoft-float -I$(KERNEL_SOURCE)/include
#
-# this is needed for 2.4 m68knommu builds
-#
-ARCH_CFLAGS2 = -I$(KERNEL_SOURCE)/include
#
# get this from elsewhere, maybe
#