Makefile (d4bbf7e7759afc172e2bfbc5c416324590049cdd) | Makefile (cf5e6def83fabdf10a05dc5a5981eda1672cb79c) |
---|---|
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 --- 24 unchanged lines hidden (view full) --- 33endif 34 35ifeq ($(CONFIG_OPENRISC_HAVE_INST_DIV),y) 36 KBUILD_CFLAGS += $(call cc-option,-mhard-div) 37else 38 KBUILD_CFLAGS += $(call cc-option,-msoft-div) 39endif 40 | 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 --- 24 unchanged lines hidden (view full) --- 33endif 34 35ifeq ($(CONFIG_OPENRISC_HAVE_INST_DIV),y) 36 KBUILD_CFLAGS += $(call cc-option,-mhard-div) 37else 38 KBUILD_CFLAGS += $(call cc-option,-msoft-div) 39endif 40 |
41head-y := arch/openrisc/kernel/head.o arch/openrisc/kernel/init_task.o | 41head-y := arch/openrisc/kernel/head.o |
42 43core-y += arch/openrisc/lib/ \ 44 arch/openrisc/kernel/ \ 45 arch/openrisc/mm/ 46libs-y += $(LIBGCC) 47 48ifneq '$(CONFIG_OPENRISC_BUILTIN_DTB)' '""' 49BUILTIN_DTB := y 50else 51BUILTIN_DTB := n 52endif 53core-$(BUILTIN_DTB) += arch/openrisc/boot/ 54 55all: vmlinux | 42 43core-y += arch/openrisc/lib/ \ 44 arch/openrisc/kernel/ \ 45 arch/openrisc/mm/ 46libs-y += $(LIBGCC) 47 48ifneq '$(CONFIG_OPENRISC_BUILTIN_DTB)' '""' 49BUILTIN_DTB := y 50else 51BUILTIN_DTB := n 52endif 53core-$(BUILTIN_DTB) += arch/openrisc/boot/ 54 55all: vmlinux |