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: ...@@ -117,5 +117,4 @@ archclean:
archmrproper: archmrproper:
archdep: scripts/mkdep archdep:
$(MAKEBOOT) fastdep
...@@ -67,4 +67,4 @@ archclean: ...@@ -67,4 +67,4 @@ archclean:
archmrproper: archmrproper:
archdep: archdep:
$(MAKEBOOT) fastdep $(MAKEBOOT) dep
...@@ -121,9 +121,6 @@ imagesize.c: vmlinux.gz ...@@ -121,9 +121,6 @@ imagesize.c: vmlinux.gz
clean: 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 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: dep:
$(CPP) $(CPPFLAGS) -M *.S *.c > .depend $(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