diff options
author | WANG Cong <xiyou.wangcong@gmail.com> | 2008-01-01 09:00:04 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2008-01-28 17:14:37 -0500 |
commit | abee8ed09a2093299673400a9cd3882f21e8e767 (patch) | |
tree | f1c1d28342ca940ab2a4b86109d9e6dea819d84c /arch/frv | |
parent | aff5905778d2fb1826ec623e4b1da3a7ff048ca4 (diff) |
FRV: Drop 'TOPDIR' from Makefiles
This patch drops TOPDIR from frv Makefiles.
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/frv')
-rw-r--r-- | arch/frv/boot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/frv/boot/Makefile b/arch/frv/boot/Makefile index dc6f03824423..6ae3254da019 100644 --- a/arch/frv/boot/Makefile +++ b/arch/frv/boot/Makefile | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | targets := Image zImage bootpImage | 11 | targets := Image zImage bootpImage |
12 | 12 | ||
13 | SYSTEM =$(TOPDIR)/$(LINUX) | 13 | SYSTEM =$(LINUX) |
14 | 14 | ||
15 | ZTEXTADDR = 0x02080000 | 15 | ZTEXTADDR = 0x02080000 |
16 | PARAMS_PHYS = 0x0207c000 | 16 | PARAMS_PHYS = 0x0207c000 |
@@ -45,7 +45,7 @@ zImage: $(CONFIGURE) compressed/$(LINUX) | |||
45 | bootpImage: bootp/bootp | 45 | bootpImage: bootp/bootp |
46 | $(OBJCOPY) -O binary -R .note -R .comment -S bootp/bootp $@ | 46 | $(OBJCOPY) -O binary -R .note -R .comment -S bootp/bootp $@ |
47 | 47 | ||
48 | compressed/$(LINUX): $(TOPDIR)/$(LINUX) dep | 48 | compressed/$(LINUX): $(LINUX) dep |
49 | @$(MAKE) -C compressed $(LINUX) | 49 | @$(MAKE) -C compressed $(LINUX) |
50 | 50 | ||
51 | bootp/bootp: zImage initrd | 51 | bootp/bootp: zImage initrd |
@@ -59,10 +59,10 @@ initrd: | |||
59 | # installation | 59 | # installation |
60 | # | 60 | # |
61 | install: $(CONFIGURE) Image | 61 | install: $(CONFIGURE) Image |
62 | sh ./install.sh $(KERNELRELEASE) Image $(TOPDIR)/System.map "$(INSTALL_PATH)" | 62 | sh ./install.sh $(KERNELRELEASE) Image System.map "$(INSTALL_PATH)" |
63 | 63 | ||
64 | zinstall: $(CONFIGURE) zImage | 64 | zinstall: $(CONFIGURE) zImage |
65 | sh ./install.sh $(KERNELRELEASE) zImage $(TOPDIR)/System.map "$(INSTALL_PATH)" | 65 | sh ./install.sh $(KERNELRELEASE) zImage System.map "$(INSTALL_PATH)" |
66 | 66 | ||
67 | # | 67 | # |
68 | # miscellany | 68 | # miscellany |