Skip to content

Commit abee8ed

Browse files
congwangsravnborg
authored andcommitted
FRV: Drop 'TOPDIR' from Makefiles
This patch drops TOPDIR from frv Makefiles. Cc: David Howells <[email protected]> Signed-off-by: WANG Cong <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]>
1 parent aff5905 commit abee8ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/frv/boot/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
targets := Image zImage bootpImage
1212

13-
SYSTEM =$(TOPDIR)/$(LINUX)
13+
SYSTEM =$(LINUX)
1414

1515
ZTEXTADDR = 0x02080000
1616
PARAMS_PHYS = 0x0207c000
@@ -45,7 +45,7 @@ zImage: $(CONFIGURE) compressed/$(LINUX)
4545
bootpImage: bootp/bootp
4646
$(OBJCOPY) -O binary -R .note -R .comment -S bootp/bootp $@
4747

48-
compressed/$(LINUX): $(TOPDIR)/$(LINUX) dep
48+
compressed/$(LINUX): $(LINUX) dep
4949
@$(MAKE) -C compressed $(LINUX)
5050

5151
bootp/bootp: zImage initrd
@@ -59,10 +59,10 @@ initrd:
5959
# installation
6060
#
6161
install: $(CONFIGURE) Image
62-
sh ./install.sh $(KERNELRELEASE) Image $(TOPDIR)/System.map "$(INSTALL_PATH)"
62+
sh ./install.sh $(KERNELRELEASE) Image System.map "$(INSTALL_PATH)"
6363

6464
zinstall: $(CONFIGURE) zImage
65-
sh ./install.sh $(KERNELRELEASE) zImage $(TOPDIR)/System.map "$(INSTALL_PATH)"
65+
sh ./install.sh $(KERNELRELEASE) zImage System.map "$(INSTALL_PATH)"
6666

6767
#
6868
# miscellany

0 commit comments

Comments
 (0)