diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -231,10 +231,6 @@ endif | |||
231 | # Where to locate arch specific headers | 231 | # Where to locate arch specific headers |
232 | hdr-arch := $(SRCARCH) | 232 | hdr-arch := $(SRCARCH) |
233 | 233 | ||
234 | ifeq ($(ARCH),m68knommu) | ||
235 | hdr-arch := m68k | ||
236 | endif | ||
237 | |||
238 | KCONFIG_CONFIG ?= .config | 234 | KCONFIG_CONFIG ?= .config |
239 | export KCONFIG_CONFIG | 235 | export KCONFIG_CONFIG |
240 | 236 | ||