]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/frv/boot/Makefile
powerpc: enable heap randomization for linkstations
[linux-2.6-omap-h63xx.git] / arch / frv / boot / Makefile
index 5dfc93fd945a9c25dff66c2b2c17c4a09946d6b9..6ae3254da01976b6fdaa374f588c3c58a081058c 100644 (file)
@@ -8,7 +8,9 @@
 # Copyright (C) 1995-2000 Russell King
 #
 
-SYSTEM =$(TOPDIR)/$(LINUX)
+targets := Image zImage bootpImage
+
+SYSTEM =$(LINUX)
 
 ZTEXTADDR       = 0x02080000
 PARAMS_PHYS     = 0x0207c000
@@ -43,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
@@ -57,16 +59,15 @@ 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
 #
 mrproper clean:
-       $(RM) Image zImage bootpImage
 #      @$(MAKE) -C compressed clean
 #      @$(MAKE) -C bootp clean