Makefile (0ea8a56de21be24cb79abb03dee79aabcd60a316) Makefile (596b0474d3d9b1242eab713f84d8873f9887d980)
1#
2# m68k/Makefile
3#
4# This file is included by the global makefile so that you can add your own
5# architecture-specific flags and dependencies. Remember to do have actions
6# for "archclean" and "archdep" for cleaning up and making dependencies for
7# this architecture
8#

--- 61 unchanged lines hidden (view full) ---

70KBUILD_CFLAGS += -fno-strength-reduce -ffixed-a2
71else
72# we can use a m68k-linux-gcc toolchain with these in place
73KBUILD_CPPFLAGS += -DUTS_SYSNAME=\"uClinux\"
74KBUILD_CPPFLAGS += -D__uClinux__
75endif
76
77KBUILD_LDFLAGS := -m m68kelf
1#
2# m68k/Makefile
3#
4# This file is included by the global makefile so that you can add your own
5# architecture-specific flags and dependencies. Remember to do have actions
6# for "archclean" and "archdep" for cleaning up and making dependencies for
7# this architecture
8#

--- 61 unchanged lines hidden (view full) ---

70KBUILD_CFLAGS += -fno-strength-reduce -ffixed-a2
71else
72# we can use a m68k-linux-gcc toolchain with these in place
73KBUILD_CPPFLAGS += -DUTS_SYSNAME=\"uClinux\"
74KBUILD_CPPFLAGS += -D__uClinux__
75endif
76
77KBUILD_LDFLAGS := -m m68kelf
78KBUILD_LDS_MODULE += $(srctree)/arch/m68k/kernel/module.lds
79
80ifdef CONFIG_SUN3
81LDFLAGS_vmlinux = -N
82endif
83
84CHECKFLAGS += -D__mc68000__
85
86

--- 61 unchanged lines hidden ---
78
79ifdef CONFIG_SUN3
80LDFLAGS_vmlinux = -N
81endif
82
83CHECKFLAGS += -D__mc68000__
84
85

--- 61 unchanged lines hidden ---