Makefile (d0034a7a4ac7fae708146ac0059b9c47a1543f0d) Makefile (d92cc4d5164398cc6d191084b46e622976c0ba89)
1# BK Id: %F% %I% %G% %U% %#%
2#
3# This file is included by the global makefile so that you can add your own
4# architecture-specific flags and dependencies. Remember to do have actions
5# for "archclean" and "archdep" for cleaning up and making dependencies for
6# this architecture
7#
8# This file is subject to the terms and conditions of the GNU General Public

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

37ifeq ($(CONFIG_OPENRISC_HAVE_INST_DIV),y)
38 KBUILD_CFLAGS += $(call cc-option,-mhard-div)
39else
40 KBUILD_CFLAGS += $(call cc-option,-msoft-div)
41endif
42
43head-y := arch/openrisc/kernel/head.o
44
1# BK Id: %F% %I% %G% %U% %#%
2#
3# This file is included by the global makefile so that you can add your own
4# architecture-specific flags and dependencies. Remember to do have actions
5# for "archclean" and "archdep" for cleaning up and making dependencies for
6# this architecture
7#
8# This file is subject to the terms and conditions of the GNU General Public

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

37ifeq ($(CONFIG_OPENRISC_HAVE_INST_DIV),y)
38 KBUILD_CFLAGS += $(call cc-option,-mhard-div)
39else
40 KBUILD_CFLAGS += $(call cc-option,-msoft-div)
41endif
42
43head-y := arch/openrisc/kernel/head.o
44
45core-y += arch/openrisc/
46libs-y += $(LIBGCC)
47
48PHONY += vmlinux.bin
49
50vmlinux.bin: vmlinux
51 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
52
53archclean:
54 $(Q)$(MAKE) $(clean)=$(boot)
45libs-y += $(LIBGCC)
46
47PHONY += vmlinux.bin
48
49vmlinux.bin: vmlinux
50 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
51
52archclean:
53 $(Q)$(MAKE) $(clean)=$(boot)