run depmod after installing module

This commit is contained in:
cebix 2003-11-28 15:49:16 +00:00
parent 6a7c8f7e83
commit ea0d909ce5

View File

@ -22,6 +22,7 @@ dev:
install: sheep_net.o
install -d $(KERNDIR)/misc
install -m 644 sheep_net.o $(KERNDIR)/misc
depmod -a
clean:
-rm $(OBJS)