Compile and install e1000 driver by default

This commit is contained in:
David van Moolenbroek 2010-01-15 10:22:34 +00:00
parent c5b309ff07
commit 3537a7b59d

View file

@ -26,6 +26,7 @@ all install depend clean:
cd ./rtl8169 && $(MAKE) $@
cd ./orinoco && $(MAKE) $@
cd ./fxp && $(MAKE) $@
cd ./e1000 && $(MAKE) $@
cd ./dpeth && $(MAKE) $@
cd ./atl2 && $(MAKE) $@
cd ./log && $(MAKE) $@