CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Removed unused objective KERNEL_PATH
[initrd.git] / Makefile
index d76078de972e4e2fda9507235d56eb1781da82bb..9e2c1033195c628f93e66b76231e8d5240157753 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ dialog-distclean:
 $(WORK)/mnt:
        mkdir -p $(WORK)/mnt
 
-$(WORK)/initrd.gz: check-root busybox dialog $(KERNEL_PATH) $(WORK)/mnt $(TOPDIR)/filesystem $(TOPDIR)/mkinitrd.sh
+$(WORK)/initrd.gz: check-root busybox dialog $(WORK)/mnt $(TOPDIR)/filesystem $(TOPDIR)/mkinitrd.sh
        sh mkinitrd.sh --name=$(WORK)/initrd.gz --size=4096
        cd $(WORK) && gunzip -v initrd.gz
        mount -v -t ext2 -o loop,rw $(WORK)/initrd $(WORK)/mnt