Makefile (27eb2c4b3d3e13f376a359e293c212a2e9407af5) | Makefile (ce816fa88cca083c47ab9000b2138a83043a78be) |
---|---|
1# 2# Makefile for the Linux/SuperH kernel. 3# 4 5extra-y := head_$(BITS).o vmlinux.lds 6 7ifdef CONFIG_FUNCTION_TRACER 8# Do not profile debug and lowlevel utilities --- 8 unchanged lines hidden (view full) --- 17 process_$(BITS).o ptrace.o ptrace_$(BITS).o \ 18 reboot.o return_address.o \ 19 setup.o signal_$(BITS).o sys_sh.o \ 20 syscalls_$(BITS).o time.o topology.o traps.o \ 21 traps_$(BITS).o unwinder.o 22 23ifndef CONFIG_GENERIC_IOMAP 24obj-y += iomap.o | 1# 2# Makefile for the Linux/SuperH kernel. 3# 4 5extra-y := head_$(BITS).o vmlinux.lds 6 7ifdef CONFIG_FUNCTION_TRACER 8# Do not profile debug and lowlevel utilities --- 8 unchanged lines hidden (view full) --- 17 process_$(BITS).o ptrace.o ptrace_$(BITS).o \ 18 reboot.o return_address.o \ 19 setup.o signal_$(BITS).o sys_sh.o \ 20 syscalls_$(BITS).o time.o topology.o traps.o \ 21 traps_$(BITS).o unwinder.o 22 23ifndef CONFIG_GENERIC_IOMAP 24obj-y += iomap.o |
25obj-$(CONFIG_HAS_IOPORT) += ioport.o | 25obj-$(CONFIG_HAS_IOPORT_MAP) += ioport.o |
26endif 27 28obj-$(CONFIG_SUPERH32) += sys_sh32.o 29obj-y += cpu/ 30obj-$(CONFIG_VSYSCALL) += vsyscall/ 31obj-$(CONFIG_SMP) += smp.o 32obj-$(CONFIG_SH_STANDARD_BIOS) += sh_bios.o 33obj-$(CONFIG_KGDB) += kgdb.o --- 18 unchanged lines hidden --- | 26endif 27 28obj-$(CONFIG_SUPERH32) += sys_sh32.o 29obj-y += cpu/ 30obj-$(CONFIG_VSYSCALL) += vsyscall/ 31obj-$(CONFIG_SMP) += smp.o 32obj-$(CONFIG_SH_STANDARD_BIOS) += sh_bios.o 33obj-$(CONFIG_KGDB) += kgdb.o --- 18 unchanged lines hidden --- |