diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-05 17:04:01 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-05 17:04:01 -0300 |
commit | 57f0f512b273f60d52568b8c6b77e17f5636edc0 (patch) | |
tree | 5e910f0e82173f4ef4f51111366a3f1299037a7b /arch/m32r/kernel/Makefile |
Initial import
Diffstat (limited to 'arch/m32r/kernel/Makefile')
-rw-r--r-- | arch/m32r/kernel/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/m32r/kernel/Makefile b/arch/m32r/kernel/Makefile new file mode 100644 index 000000000..0c09dad8b --- /dev/null +++ b/arch/m32r/kernel/Makefile @@ -0,0 +1,11 @@ +# +# Makefile for the Linux/M32R kernel. +# + +extra-y := head.o vmlinux.lds + +obj-y := process.o entry.o traps.o align.o irq.o setup.o time.o \ + m32r_ksyms.o sys_m32r.o signal.o ptrace.o + +obj-$(CONFIG_SMP) += smp.o smpboot.o +obj-$(CONFIG_MODULES) += module.o |