devices/Kbuild.in
changeset 897 855c5d2d97f0
parent 892 1e1e567fc53b
child 1074 a82793a6d1a0
equal deleted inserted replaced
896:f36b5ef99da6 897:855c5d2d97f0
    62 
    62 
    63 ifeq (@ENABLE_E1000@,1)
    63 ifeq (@ENABLE_E1000@,1)
    64     obj-m += e1000/
    64     obj-m += e1000/
    65 endif
    65 endif
    66 
    66 
       
    67 ifeq (@ENABLE_R8169@,1)
       
    68 	EC_R8169_OBJ := r8169-@KERNEL_R8169@-ethercat.o
       
    69 	obj-m += ec_r8169.o
       
    70 	ec_r8169-objs := $(EC_R8169_OBJ)
       
    71 	CFLAGS_$(EC_R8169_OBJ) = -DSVNREV=$(REV)
       
    72 endif
       
    73 
    67 #------------------------------------------------------------------------------
    74 #------------------------------------------------------------------------------