aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/frv/boot/Makefile')
-rw-r--r--arch/frv/boot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/frv/boot/Makefile b/arch/frv/boot/Makefile
index 5dfc93fd945a..dc6f03824423 100644
--- a/arch/frv/boot/Makefile
+++ b/arch/frv/boot/Makefile
@@ -8,6 +8,8 @@
8# Copyright (C) 1995-2000 Russell King 8# Copyright (C) 1995-2000 Russell King
9# 9#
10 10
11targets := Image zImage bootpImage
12
11SYSTEM =$(TOPDIR)/$(LINUX) 13SYSTEM =$(TOPDIR)/$(LINUX)
12 14
13ZTEXTADDR = 0x02080000 15ZTEXTADDR = 0x02080000
@@ -66,7 +68,6 @@ zinstall: $(CONFIGURE) zImage
66# miscellany 68# miscellany
67# 69#
68mrproper clean: 70mrproper clean:
69 $(RM) Image zImage bootpImage
70# @$(MAKE) -C compressed clean 71# @$(MAKE) -C compressed clean
71# @$(MAKE) -C bootp clean 72# @$(MAKE) -C bootp clean
72 73