Commit 19485cff authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: Remove remaining references to mkdep

Since mkdep is gone, calling it is surely no a good idea anymore.
parent 4d0b85ea
......@@ -117,5 +117,4 @@ archclean:
archmrproper:
archdep: scripts/mkdep
$(MAKEBOOT) fastdep
archdep:
......@@ -67,4 +67,4 @@ archclean:
archmrproper:
archdep:
$(MAKEBOOT) fastdep
$(MAKEBOOT) dep
......@@ -121,9 +121,6 @@ imagesize.c: vmlinux.gz
clean:
rm -f piggyback note addnote $(OBJS) zImage zImage.initrd vmlinux.gz no_initrd.o imagesize.c addSystemMap vmlinux.sm addRamDisk vmlinux.initrd vmlinux.sminitrd
fastdep:
$(TOPDIR)/scripts/mkdep *.[Sch] > .depend
dep:
$(CPP) $(CPPFLAGS) -M *.S *.c > .depend
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment