changeset 667 | 9feff35c9617 |
parent 585 | dc1ea0099b4c |
child 685 | 3e7828ef0cd8 |
--- 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 + #------------------------------------------------------------------------------