diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 17:31:27 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 17:31:27 +0900 |
commit | 6b3d7f02a180af0d711d259adb4eccde1c3f10cd (patch) | |
tree | fbbc62dc9aefe16de04f61f48d455ebba8ae9ea8 /arch/sh64/mach-sim/Makefile | |
parent | 7786962beed5161717a299933dd08240e20b6e26 (diff) | |
download | blackbird-op-linux-6b3d7f02a180af0d711d259adb4eccde1c3f10cd.tar.gz blackbird-op-linux-6b3d7f02a180af0d711d259adb4eccde1c3f10cd.zip |
sh64: mach-sim: Build fixes.
Follow the mach-harp changes to get the simulator support building.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64/mach-sim/Makefile')
-rw-r--r-- | arch/sh64/mach-sim/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/sh64/mach-sim/Makefile b/arch/sh64/mach-sim/Makefile index 819c4078fdc6..2f2963fa2131 100644 --- a/arch/sh64/mach-sim/Makefile +++ b/arch/sh64/mach-sim/Makefile @@ -1,14 +1 @@ -# -# Makefile for the SH-5 Simulator specific parts of the kernel -# -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# - -O_TARGET := sim.o - obj-y := setup.o - -include $(TOPDIR)/Rules.make - |