| Greg Ungerer | 66d857b | 2011-03-22 13:39:27 +1000 | [diff] [blame] | 1 | # | 
 | 2 | # Makefile for the linux kernel. | 
 | 3 | # | 
 | 4 |  | 
 | 5 | ifndef CONFIG_SUN3 | 
 | 6 |   extra-y := head.o | 
 | 7 | else | 
 | 8 |   extra-y := sun3-head.o | 
 | 9 | endif | 
 | 10 | extra-y	+= vmlinux.lds | 
 | 11 |  | 
 | 12 | obj-y	:= entry.o process.o traps.o ints.o signal.o ptrace.o module.o \ | 
| Geert Uytterhoeven | c4245c9 | 2011-04-06 22:12:53 +0200 | [diff] [blame] | 13 | 	   sys_m68k.o time.o setup.o m68k_ksyms.o devres.o syscalltable.o | 
| Greg Ungerer | 66d857b | 2011-03-22 13:39:27 +1000 | [diff] [blame] | 14 |  | 
 | 15 | devres-y = ../../../kernel/irq/devres.o | 
 | 16 |  | 
 | 17 | obj-y$(CONFIG_MMU_SUN3) += dma.o	# no, it's not a typo |