blob: 1c9ecaa473d5795e90ef0540ae3c9accedec9a20 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the linux kernel.
3#
4
5ifndef CONFIG_SUN3
6 extra-y := head.o
7else
8 extra-y := sun3-head.o
9endif
10extra-y += vmlinux.lds
11
Al Viro58ba81d2006-10-09 02:11:47 +010012obj-y := entry.o process.o traps.o ints.o signal.o ptrace.o \
Roman Zippelb035c962006-06-25 05:46:56 -070013 sys_m68k.o time.o semaphore.o setup.o m68k_ksyms.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
15obj-$(CONFIG_PCI) += bios32.o
16obj-$(CONFIG_MODULES) += module.o
Al Viro58ba81d2006-10-09 02:11:47 +010017obj-y$(CONFIG_MMU_SUN3) += dma.o # no, it's not a typo
Linus Torvalds1da177e2005-04-16 15:20:36 -070018
19EXTRA_AFLAGS := -traditional