diff options
Diffstat (limited to 'arch/h8300')
-rw-r--r-- | arch/h8300/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/h8300/Makefile b/arch/h8300/Makefile index e1c02ca230cb..eaac6685fe89 100644 --- a/arch/h8300/Makefile +++ b/arch/h8300/Makefile @@ -22,6 +22,8 @@ KBUILD_CFLAGS += -DUTS_SYSNAME=\"uClinux\" KBUILD_AFLAGS += $(aflags-y) LDFLAGS += $(ldflags-y) +CHECKFLAGS += -msize-long + ifeq ($(CROSS_COMPILE),) CROSS_COMPILE := h8300-unknown-linux- endif |