aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/h8300/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/Makefile b/arch/h8300/Makefile
index f801f3708a89..ba0f26cfad61 100644
--- a/arch/h8300/Makefile
+++ b/arch/h8300/Makefile
@@ -27,7 +27,7 @@ KBUILD_LDFLAGS += $(ldflags-y)
27CHECKFLAGS += -msize-long 27CHECKFLAGS += -msize-long
28 28
29ifeq ($(CROSS_COMPILE),) 29ifeq ($(CROSS_COMPILE),)
30CROSS_COMPILE := h8300-unknown-linux- 30CROSS_COMPILE := $(call cc-cross-prefix, h8300-unknown-linux- h8300-linux-)
31endif 31endif
32 32
33core-y += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/ 33core-y += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/