aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh64/mach-sim/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-10-01 17:31:27 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-10-01 17:31:27 +0900
commit6b3d7f02a180af0d711d259adb4eccde1c3f10cd (patch)
treefbbc62dc9aefe16de04f61f48d455ebba8ae9ea8 /arch/sh64/mach-sim/Makefile
parent7786962beed5161717a299933dd08240e20b6e26 (diff)
downloadkernel_samsung_smdk4412-6b3d7f02a180af0d711d259adb4eccde1c3f10cd.zip
kernel_samsung_smdk4412-6b3d7f02a180af0d711d259adb4eccde1c3f10cd.tar.gz
kernel_samsung_smdk4412-6b3d7f02a180af0d711d259adb4eccde1c3f10cd.tar.bz2
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/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/sh64/mach-sim/Makefile b/arch/sh64/mach-sim/Makefile
index 819c407..2f2963f 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
-