diff -r 825ead3e0559 -r 9feff35c9617 devices/Kbuild --- a/devices/Kbuild Fri Jun 08 12:03:20 2007 +0000 +++ b/devices/Kbuild Fri Jul 13 15:18:37 2007 +0000 @@ -60,4 +60,8 @@ CFLAGS_$(EC_FORCEDETH_OBJ) = -DSVNREV=$(REV) endif +ifeq ($(EC_ENABLE_E1000),1) + obj-m += e1000/ +endif + #------------------------------------------------------------------------------