Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

WANG Cong and committed by
Sam Ravnborg
abee8ed0 aff59057

+4 -4
+4 -4
arch/frv/boot/Makefile
··· 10 10 11 11 targets := Image zImage bootpImage 12 12 13 - SYSTEM =$(TOPDIR)/$(LINUX) 13 + SYSTEM =$(LINUX) 14 14 15 15 ZTEXTADDR = 0x02080000 16 16 PARAMS_PHYS = 0x0207c000 ··· 45 45 bootpImage: bootp/bootp 46 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 49 @$(MAKE) -C compressed $(LINUX) 50 50 51 51 bootp/bootp: zImage initrd ··· 59 59 # installation 60 60 # 61 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 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 68 # miscellany