devices/e1000e/Kbuild.in
branchstable-1.5
changeset 2585 26480934a057
parent 2491 5e9221a78855
--- a/devices/e1000e/Kbuild.in	Tue Oct 28 13:31:05 2014 +0100
+++ b/devices/e1000e/Kbuild.in	Tue Oct 28 15:44:36 2014 +0100
@@ -48,13 +48,24 @@
 		param-@KERNEL_E1000E@-ethercat.o \
 		phy-@KERNEL_E1000E@-ethercat.o
 
-	ifeq (@E1000E_LAYOUT_3_4@,1)
+	ifeq (@E1000E_LAYOUT@,2)
+		EC_E1000E_OBJ += \
+			80003es2lan-@KERNEL_E1000E@-ethercat.o \
+			mac-@KERNEL_E1000E@-ethercat.o \
+			manage-@KERNEL_E1000E@-ethercat.o \
+			nvm-@KERNEL_E1000E@-ethercat.o \
+			ptp-@KERNEL_E1000E@-ethercat.o
+	endif
+
+	ifeq (@E1000E_LAYOUT@,1)
 		EC_E1000E_OBJ += \
 			80003es2lan-@KERNEL_E1000E@-ethercat.o \
 			mac-@KERNEL_E1000E@-ethercat.o \
 			manage-@KERNEL_E1000E@-ethercat.o \
 			nvm-@KERNEL_E1000E@-ethercat.o
-	else
+	endif
+
+	ifeq (@E1000E_LAYOUT@,0)
 		EC_E1000E_OBJ += \
 			es2lan-@KERNEL_E1000E@-ethercat.o \
 			lib-@KERNEL_E1000E@-ethercat.o