Skip to content

Commit

Permalink
FRV: Drop 'TOPDIR' from Makefiles
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
WANG Cong authored and Sam Ravnborg committed Jan 28, 2008
1 parent aff5905 commit abee8ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/frv/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

targets := Image zImage bootpImage

SYSTEM =$(TOPDIR)/$(LINUX)
SYSTEM =$(LINUX)

ZTEXTADDR = 0x02080000
PARAMS_PHYS = 0x0207c000
Expand Down Expand Up @@ -45,7 +45,7 @@ zImage: $(CONFIGURE) compressed/$(LINUX)
bootpImage: bootp/bootp
$(OBJCOPY) -O binary -R .note -R .comment -S bootp/bootp $@

compressed/$(LINUX): $(TOPDIR)/$(LINUX) dep
compressed/$(LINUX): $(LINUX) dep
@$(MAKE) -C compressed $(LINUX)

bootp/bootp: zImage initrd
Expand All @@ -59,10 +59,10 @@ initrd:
# installation
#
install: $(CONFIGURE) Image
sh ./install.sh $(KERNELRELEASE) Image $(TOPDIR)/System.map "$(INSTALL_PATH)"
sh ./install.sh $(KERNELRELEASE) Image System.map "$(INSTALL_PATH)"

zinstall: $(CONFIGURE) zImage
sh ./install.sh $(KERNELRELEASE) zImage $(TOPDIR)/System.map "$(INSTALL_PATH)"
sh ./install.sh $(KERNELRELEASE) zImage System.map "$(INSTALL_PATH)"

#
# miscellany
Expand Down

0 comments on commit abee8ed

Please sign in to comment.