fp@364: #------------------------------------------------------------------------------ fp@364: # fp@768: # $Id$ fp@364: # fp@1685: # Copyright (C) 2006-2008 Florian Pose, Ingenieurgemeinschaft IgH fp@364: # fp@364: # This file is part of the IgH EtherCAT Master. fp@364: # fp@1685: # The IgH EtherCAT Master is free software; you can redistribute it and/or fp@1685: # modify it under the terms of the GNU General Public License version 2, as fp@1685: # published by the Free Software Foundation. fp@364: # fp@1685: # The IgH EtherCAT Master is distributed in the hope that it will be useful, fp@1685: # but WITHOUT ANY WARRANTY; without even the implied warranty of fp@1685: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General fp@1685: # Public License for more details. fp@364: # fp@1685: # You should have received a copy of the GNU General Public License along fp@1685: # with the IgH EtherCAT Master; if not, write to the Free Software fp@364: # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA fp@364: # fp@1685: # Using the EtherCAT technology and brand is permitted in compliance with the fp@1685: # industrial property and similar rights of Beckhoff Automation GmbH. fp@364: # fp@364: #------------------------------------------------------------------------------ fp@364: fp@1195: # HEADERS, because of tags target fp@1633: noinst_HEADERS = \ fp@732: Kbuild.in \ fp@922: cdev.c cdev.h \ fp@364: datagram.c datagram.h \ fp@364: debug.c debug.h \ fp@364: device.c device.h \ fp@364: domain.c domain.h \ fp@364: doxygen.c \ fp@364: ethernet.c ethernet.h \ fp@847: fmmu_config.c fmmu_config.h \ fp@1707: foe.h \ fp@434: fsm_change.c fsm_change.h \ fp@436: fsm_coe.c fsm_coe.h \ fp@847: fsm_master.c fsm_master.h \ fp@1174: fsm_pdo.c fsm_pdo.h \ fp@1174: fsm_pdo_entry.c fsm_pdo_entry.h \ fp@847: fsm_sii.c fsm_sii.h \ fp@847: fsm_slave_config.c fsm_slave_config.h \ fp@830: fsm_slave_scan.c fsm_slave_scan.h \ fp@364: globals.h \ fp@922: ioctl.h \ fp@364: mailbox.c mailbox.h \ fp@364: master.c master.h \ fp@364: module.c \ fp@847: pdo.c pdo.h \ fp@933: pdo_entry.c pdo_entry.h \ fp@879: pdo_list.c pdo_list.h \ fp@847: sdo.c sdo.h \ fp@847: sdo_entry.c sdo_entry.h \ fp@847: sdo_request.c sdo_request.h \ fp@364: slave.c slave.h \ fp@792: slave_config.c slave_config.h \ fp@1055: sync.c sync.h \ fp@1055: sync_config.c sync_config.h fp@364: fp@1074: BUILT_SOURCES = \ fp@1074: Kbuild fp@1074: fp@485: modules: fp@674: $(MAKE) -C "@abs_top_srcdir@" modules fp@485: fp@485: modules_install: fp@536: mkdir -p $(DESTDIR)$(LINUX_MOD_PATH) fp@485: cp $(srcdir)/ec_master.ko $(DESTDIR)$(LINUX_MOD_PATH) fp@364: fp@364: clean-local: fp@387: $(MAKE) -C "$(LINUX_SOURCE_DIR)" M="@abs_srcdir@" clean fp@364: fp@364: #------------------------------------------------------------------------------