Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267237
b: refs/heads/master
c: 0a01b31
h: refs/heads/master
i:
  267235: f240eaa
v: v3
  • Loading branch information
Greg Ungerer committed Oct 18, 2011
1 parent e4d6165 commit 27ade91
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 32 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 281eff5322fdb950a7dab722d15af811dda511d2
refs/heads/master: 0a01b310fe6319d88690bd5a329c9e6a82ce7011
24 changes: 20 additions & 4 deletions trunk/arch/m68k/kernel/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
ifdef CONFIG_MMU
include arch/m68k/kernel/Makefile_mm
else
include arch/m68k/kernel/Makefile_no
#
# Makefile for the linux kernel.
#

extra-$(CONFIG_MMU) := head.o
extra-$(CONFIG_SUN3) := sun3-head.o
extra-y += vmlinux.lds

obj-y := entry.o m68k_ksyms.o module.o process.o ptrace.o setup.o signal.o \
sys_m68k.o syscalltable.o time.o traps.o

obj-$(CONFIG_MMU) += ints.o devres.o
devres-$(CONFIG_MMU) = ../../../kernel/irq/devres.o

ifndef CONFIG_MMU_SUN3
obj-y += dma.o
endif
ifndef CONFIG_MMU
obj-y += init_task.o irq.o
endif

17 changes: 0 additions & 17 deletions trunk/arch/m68k/kernel/Makefile_mm

This file was deleted.

10 changes: 0 additions & 10 deletions trunk/arch/m68k/kernel/Makefile_no

This file was deleted.

0 comments on commit 27ade91

Please sign in to comment.