fp@667: #------------------------------------------------------------------------------ fp@667: # fp@667: # $Id$ fp@667: # fp@667: # Copyright (C) 2006 Florian Pose, Ingenieurgemeinschaft IgH fp@667: # fp@667: # This file is part of the IgH EtherCAT Master. fp@667: # fp@667: # The IgH EtherCAT Master is free software; you can redistribute it fp@667: # and/or modify it under the terms of the GNU General Public License fp@667: # as published by the Free Software Foundation; either version 2 of the fp@667: # License, or (at your option) any later version. fp@667: # fp@667: # The IgH EtherCAT Master is distributed in the hope that it will be fp@667: # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of fp@667: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the fp@667: # GNU General Public License for more details. fp@667: # fp@667: # You should have received a copy of the GNU General Public License fp@667: # along with the IgH EtherCAT Master; if not, write to the Free Software fp@667: # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA fp@667: # fp@667: # The right to use EtherCAT Technology is granted and comes free of fp@667: # charge under condition of compatibility of product made by fp@667: # Licensee. People intending to distribute/sell products based on the fp@667: # code, have to sign an agreement to guarantee that products using fp@667: # software based on IgH EtherCAT master stay compatible with the actual fp@667: # EtherCAT specification (which are released themselves as an open fp@667: # standard) as the (only) precondition to have the right to use EtherCAT fp@667: # Technology, IP and trade marks. fp@667: # fp@667: #------------------------------------------------------------------------------ fp@667: fp@667: EXTRA_DIST = \ fp@667: Kbuild \ fp@667: e1000_ethtool-2.6.18-ethercat.c \ fp@667: e1000_ethtool-2.6.18-orig.c \ fp@672: e1000_2.6.18-ethercat.h \ fp@672: e1000_2.6.18-orig.h \ fp@667: e1000_hw-2.6.18-ethercat.c \ fp@667: e1000_hw-2.6.18-orig.c \ fp@672: e1000_hw-2.6.18-ethercat.h \ fp@672: e1000_hw-2.6.18-orig.h \ fp@667: e1000_main-2.6.18-ethercat.c \ fp@667: e1000_main-2.6.18-orig.c \ fp@672: e1000_osdep-2.6.18-ethercat.h \ fp@672: e1000_osdep-2.6.18-orig.h \ fp@667: e1000_param-2.6.18-ethercat.c \ fp@667: e1000_param-2.6.18-orig.c \ fp@667: LICENSE fp@667: fp@667: modules: fp@667: $(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_top_srcdir@" modules fp@667: fp@667: modules_install: fp@667: mkdir -p $(DESTDIR)$(LINUX_MOD_PATH) fp@667: if ENABLE_E1000 fp@667: cp $(srcdir)/ec_e1000.ko $(DESTDIR)$(LINUX_MOD_PATH) fp@667: endif fp@667: fp@667: clean-local: fp@667: $(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" clean fp@667: fp@667: #------------------------------------------------------------------------------