diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -508,6 +508,8 @@ ifeq ($(dot-config),1) | |||
508 | # To avoid any implicit rule to kick in, define an empty command | 508 | # To avoid any implicit rule to kick in, define an empty command |
509 | .config .kconfig.d: ; | 509 | .config .kconfig.d: ; |
510 | 510 | ||
511 | -include $(srctree)/arch/$(ARCH)/Makefile | ||
512 | |||
511 | # Now we can define CFLAGS etc according to .config | 513 | # Now we can define CFLAGS etc according to .config |
512 | include $(srctree)/Makefile.flags | 514 | include $(srctree)/Makefile.flags |
513 | 515 | ||
@@ -531,8 +533,6 @@ endif | |||
531 | # Defaults busybox but it is usually overridden in the arch makefile | 533 | # Defaults busybox but it is usually overridden in the arch makefile |
532 | all: busybox doc | 534 | all: busybox doc |
533 | 535 | ||
534 | -include $(srctree)/arch/$(ARCH)/Makefile | ||
535 | |||
536 | # arch Makefile may override CC so keep this after arch Makefile is included | 536 | # arch Makefile may override CC so keep this after arch Makefile is included |
537 | #bbox# NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include) | 537 | #bbox# NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include) |
538 | CHECKFLAGS += $(NOSTDINC_FLAGS) | 538 | CHECKFLAGS += $(NOSTDINC_FLAGS) |