Blame view

arch/sh/kernel/Makefile 1.58 KB
38f9ddf44   Paul Mundt   sh: Merge the _32...
1
2
3
4
5
6
7
8
9
  #
  # Makefile for the Linux/SuperH kernel.
  #
  
  extra-y	:= head_$(BITS).o init_task.o vmlinux.lds
  
  ifdef CONFIG_FUNCTION_TRACER
  # Do not profile debug and lowlevel utilities
  CFLAGS_REMOVE_ftrace.o = -pg
505523555   Paul Mundt   sh: Have 32-bit u...
10
  endif
38f9ddf44   Paul Mundt   sh: Merge the _32...
11

c8afde7f4   Paul Mundt   sh: Don't profile...
12
  CFLAGS_REMOVE_return_address.o = -pg
6d803ba73   Jean-Christop PLAGNIOL-VILLARD   ARM: 6483/1: arm ...
13
  obj-y	:= debugtraps.o dma-nommu.o dumpstack.o 		\
3f224f4e0   Paul Mundt   sh: provide gener...
14
15
  	   idle.o io.o irq.o irq_$(BITS).o kdebugfs.o			\
  	   machvec.o nmi_debug.o process.o				\
eaaaeef39   Paul Mundt   sh: Add kprobe-ba...
16
  	   process_$(BITS).o ptrace.o ptrace_$(BITS).o			\
fbb82b036   Paul Mundt   sh: machine_ops b...
17
  	   reboot.o return_address.o					\
1e1030dcc   Paul Mundt   sh: nmi_debug sup...
18
19
20
  	   setup.o signal_$(BITS).o sys_sh.o sys_sh$(BITS).o		\
  	   syscalls_$(BITS).o time.o topology.o traps.o			\
  	   traps_$(BITS).o unwinder.o
38f9ddf44   Paul Mundt   sh: Merge the _32...
21

37b7a9788   Paul Mundt   sh: machvec IO de...
22
23
24
25
  ifndef CONFIG_GENERIC_IOMAP
  obj-y				+= iomap.o
  obj-$(CONFIG_HAS_IOPORT)	+= ioport.o
  endif
38f9ddf44   Paul Mundt   sh: Merge the _32...
26
27
28
  obj-y				+= cpu/
  obj-$(CONFIG_VSYSCALL)		+= vsyscall/
  obj-$(CONFIG_SMP)		+= smp.o
776258df9   Paul Mundt   sh: Consolidate t...
29
  obj-$(CONFIG_SH_STANDARD_BIOS)	+= sh_bios.o
38f9ddf44   Paul Mundt   sh: Merge the _32...
30
31
32
  obj-$(CONFIG_KGDB)		+= kgdb.o
  obj-$(CONFIG_SH_CPU_FREQ)	+= cpufreq.o
  obj-$(CONFIG_MODULES)		+= sh_ksyms_$(BITS).o module.o
38f9ddf44   Paul Mundt   sh: Merge the _32...
33
34
35
36
37
  obj-$(CONFIG_KEXEC)		+= machine_kexec.o relocate_kernel.o
  obj-$(CONFIG_CRASH_DUMP)	+= crash_dump.o
  obj-$(CONFIG_STACKTRACE)	+= stacktrace.o
  obj-$(CONFIG_IO_TRAPPED)	+= io_trapped.o
  obj-$(CONFIG_KPROBES)		+= kprobes.o
38f9ddf44   Paul Mundt   sh: Merge the _32...
38
39
40
41
42
43
  obj-$(CONFIG_DYNAMIC_FTRACE)	+= ftrace.o
  obj-$(CONFIG_FTRACE_SYSCALLS)	+= ftrace.o
  obj-$(CONFIG_FUNCTION_GRAPH_TRACER) += ftrace.o
  obj-$(CONFIG_DUMP_CODE)		+= disassemble.o
  obj-$(CONFIG_HIBERNATION)	+= swsusp.o
  obj-$(CONFIG_DWARF_UNWINDER)	+= dwarf.o
830fafecc   Paul Mundt   sh: perf events: ...
44
  obj-$(CONFIG_PERF_EVENTS)	+= perf_event.o perf_callchain.o
38f9ddf44   Paul Mundt   sh: Merge the _32...
45

09a072947   Paul Mundt   sh: hw-breakpoint...
46
  obj-$(CONFIG_HAVE_HW_BREAKPOINT)		+= hw_breakpoint.o
38f9ddf44   Paul Mundt   sh: Merge the _32...
47
  obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST)	+= localtimer.o
a234ca0fa   matt mooney   sh: change to new...
48
  ccflags-y := -Werror