devices/e1000/Makefile.am
changeset 680 48c2dbc12bde
parent 674 34e5601b2640
child 681 bcc71748b66c
equal deleted inserted replaced
679:62fc387ec928 680:48c2dbc12bde
    31 #
    31 #
    32 #------------------------------------------------------------------------------
    32 #------------------------------------------------------------------------------
    33 
    33 
    34 EXTRA_DIST = \
    34 EXTRA_DIST = \
    35 	Kbuild \
    35 	Kbuild \
       
    36 	e1000_ethtool-2.6.13-ethercat.c \
       
    37 	e1000_ethtool-2.6.13-orig.c \
       
    38 	e1000_2.6.13-ethercat.h \
       
    39 	e1000_2.6.13-orig.h \
       
    40 	e1000_hw-2.6.13-ethercat.c \
       
    41 	e1000_hw-2.6.13-orig.c \
       
    42 	e1000_hw-2.6.13-ethercat.h \
       
    43 	e1000_hw-2.6.13-orig.h \
       
    44 	e1000_main-2.6.13-ethercat.c \
       
    45 	e1000_main-2.6.13-orig.c \
       
    46 	e1000_osdep-2.6.13-ethercat.h \
       
    47 	e1000_osdep-2.6.13-orig.h \
       
    48 	e1000_param-2.6.13-ethercat.c \
       
    49 	e1000_param-2.6.13-orig.c \
    36 	e1000_ethtool-2.6.18-ethercat.c \
    50 	e1000_ethtool-2.6.18-ethercat.c \
    37 	e1000_ethtool-2.6.18-orig.c \
    51 	e1000_ethtool-2.6.18-orig.c \
    38 	e1000_2.6.18-ethercat.h \
    52 	e1000_2.6.18-ethercat.h \
    39 	e1000_2.6.18-orig.h \
    53 	e1000_2.6.18-orig.h \
    40 	e1000_hw-2.6.18-ethercat.c \
    54 	e1000_hw-2.6.18-ethercat.c \
    45 	e1000_main-2.6.18-orig.c \
    59 	e1000_main-2.6.18-orig.c \
    46 	e1000_osdep-2.6.18-ethercat.h \
    60 	e1000_osdep-2.6.18-ethercat.h \
    47 	e1000_osdep-2.6.18-orig.h \
    61 	e1000_osdep-2.6.18-orig.h \
    48 	e1000_param-2.6.18-ethercat.c \
    62 	e1000_param-2.6.18-ethercat.c \
    49 	e1000_param-2.6.18-orig.c \
    63 	e1000_param-2.6.18-orig.c \
    50 	e1000_ethtool-2.6.13-ethercat.c \
    64 	e1000_ethtool-2.6.20-ethercat.c \
    51 	e1000_ethtool-2.6.13-orig.c \
    65 	e1000_ethtool-2.6.20-orig.c \
    52 	e1000_2.6.13-ethercat.h \
    66 	e1000_2.6.20-ethercat.h \
    53 	e1000_2.6.13-orig.h \
    67 	e1000_2.6.20-orig.h \
    54 	e1000_hw-2.6.13-ethercat.c \
    68 	e1000_hw-2.6.20-ethercat.c \
    55 	e1000_hw-2.6.13-orig.c \
    69 	e1000_hw-2.6.20-orig.c \
    56 	e1000_hw-2.6.13-ethercat.h \
    70 	e1000_hw-2.6.20-ethercat.h \
    57 	e1000_hw-2.6.13-orig.h \
    71 	e1000_hw-2.6.20-orig.h \
    58 	e1000_main-2.6.13-ethercat.c \
    72 	e1000_main-2.6.20-ethercat.c \
    59 	e1000_main-2.6.13-orig.c \
    73 	e1000_main-2.6.20-orig.c \
    60 	e1000_osdep-2.6.13-ethercat.h \
    74 	e1000_osdep-2.6.20-ethercat.h \
    61 	e1000_osdep-2.6.13-orig.h \
    75 	e1000_osdep-2.6.20-orig.h \
    62 	e1000_param-2.6.13-ethercat.c \
    76 	e1000_param-2.6.20-ethercat.c \
    63 	e1000_param-2.6.13-orig.c \
    77 	e1000_param-2.6.20-orig.c \
    64 	LICENSE
    78 	LICENSE
    65 
    79 
    66 modules:
    80 modules:
    67 	$(MAKE) -C "@abs_top_srcdir@" modules
    81 	$(MAKE) -C "@abs_top_srcdir@" modules
    68 
    82