devices/Kbuild.in
changeset 1234 ed5a56863603
parent 1233 f842edcbbe4b
child 1326 ef907b0b5125
equal deleted inserted replaced
1233:f842edcbbe4b 1234:ed5a56863603
    55 
    55 
    56 ifeq (@ENABLE_E1000@,1)
    56 ifeq (@ENABLE_E1000@,1)
    57 	obj-m += e1000/
    57 	obj-m += e1000/
    58 endif
    58 endif
    59 
    59 
    60 ifeq (@ENABLE_R8169@,1)
       
    61 	EC_R8169_OBJ := r8169-@KERNEL_R8169@-ethercat.o
       
    62 	obj-m += ec_r8169.o
       
    63 	ec_r8169-objs := $(EC_R8169_OBJ)
       
    64 	CFLAGS_$(EC_R8169_OBJ) = -DSVNREV=$(REV)
       
    65 endif
       
    66 
       
    67 #------------------------------------------------------------------------------
    60 #------------------------------------------------------------------------------