Merge branch 'linus' into x86/amd-iommu
[deliverable/linux.git] / arch / m32r / kernel / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Linux/M32R kernel.
3#
4
5extra-y := head.o init_task.o vmlinux.lds
6
7obj-y := process.o entry.o traps.o align.o irq.o setup.o time.o \
64ac24e7 8 m32r_ksyms.o sys_m32r.o signal.o ptrace.o
1da177e4
LT
9
10obj-$(CONFIG_SMP) += smp.o smpboot.o
1da177e4 11obj-$(CONFIG_MODULES) += module.o
1da177e4
LT
12
13EXTRA_AFLAGS := -traditional
This page took 0.291186 seconds and 5 git commands to generate.