diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 17:30:40 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 17:30:40 +0900 |
commit | 7786962beed5161717a299933dd08240e20b6e26 (patch) | |
tree | 41a52f78c80b6ea8103ceb8c45eed1a16c11084a /arch/sh64/mach-harp/Makefile | |
parent | ced238f35b2dc9a0c53d0045ec42d818444946b8 (diff) |
sh64: mach-harp: Build fixes.
Get the ST50-HARP building again.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64/mach-harp/Makefile')
-rw-r--r-- | arch/sh64/mach-harp/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/sh64/mach-harp/Makefile b/arch/sh64/mach-harp/Makefile index 63f065bad2f..2f2963fa213 100644 --- a/arch/sh64/mach-harp/Makefile +++ b/arch/sh64/mach-harp/Makefile @@ -1,14 +1 @@ -# -# Makefile for the ST50 Harp 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 := harp.o - obj-y := setup.o - -include $(TOPDIR)/Rules.make - |