devices/Kbuild.in
changeset 1353 22b1de4c74e4
parent 1326 ef907b0b5125
child 1363 11c0b2caa253
equal deleted inserted replaced
1352:275d2fdeab48 1353:22b1de4c74e4
    48 
    48 
    49 ifeq (@ENABLE_E1000@,1)
    49 ifeq (@ENABLE_E1000@,1)
    50 	obj-m += e1000/
    50 	obj-m += e1000/
    51 endif
    51 endif
    52 
    52 
       
    53 ifeq (@ENABLE_R8169@,1)
       
    54 	EC_R8169_OBJ := r8169-@KERNEL_R8169@-ethercat.o
       
    55 	obj-m += ec_r8169.o
       
    56 	ec_r8169-objs := $(EC_R8169_OBJ)
       
    57 	CFLAGS_$(EC_R8169_OBJ) = -DSVNREV=$(REV)
       
    58 endif
       
    59 
    53 #------------------------------------------------------------------------------
    60 #------------------------------------------------------------------------------