p@2549: #------------------------------------------------------------------------------ p@2549: # p@2549: # $Id$ p@2549: # p@2549: # Copyright (C) 2006-2008 Florian Pose, Ingenieurgemeinschaft IgH p@2549: # p@2549: # This file is part of the IgH EtherCAT Master. p@2549: # p@2549: # The IgH EtherCAT Master is free software; you can redistribute it and/or p@2549: # modify it under the terms of the GNU General Public License version 2, as p@2549: # published by the Free Software Foundation. p@2549: # p@2549: # The IgH EtherCAT Master is distributed in the hope that it will be useful, p@2549: # but WITHOUT ANY WARRANTY; without even the implied warranty of p@2549: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General p@2549: # Public License for more details. p@2549: # p@2549: # You should have received a copy of the GNU General Public License along p@2549: # with the IgH EtherCAT Master; if not, write to the Free Software p@2549: # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA p@2549: # p@2549: # --- p@2549: # p@2549: # The license mentioned above concerns the source code only. Using the p@2549: # EtherCAT technology and brand is only permitted in compliance with the p@2549: # industrial property and similar rights of Beckhoff Automation GmbH. p@2549: # p@2549: #------------------------------------------------------------------------------ p@2549: p@2549: EXTRA_DIST = \ p@2549: Kbuild.in \ p@2636: gpio.h \ p@2549: module.h \ p@2549: netdev.h \ p@2636: sram.h \ p@2549: update.h p@2549: p@2549: BUILT_SOURCES = \ p@2549: Kbuild p@2549: p@2549: modules: p@2549: $(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" modules p@2549: p@2549: modules_install: p@2549: $(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" \ p@2549: INSTALL_MOD_DIR="$(INSTALL_MOD_DIR)" modules_install p@2549: p@2549: clean-local: p@2549: $(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" clean p@2549: p@2549: #------------------------------------------------------------------------------