Changed RTAI sample naming.
This commit is contained in:
parent
edee172a32
commit
90eba749dc
|
|
@ -1,8 +1,8 @@
|
|||
#----------------------------------------------------------------
|
||||
#------------------------------------------------------------------------------
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# Minimal EtherCAT module.
|
||||
# RTAI sample module for the IgH EtherCAT master.
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
|
@ -23,28 +23,28 @@
|
|||
# along with the IgH EtherCAT Master; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
#----------------------------------------------------------------
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
ifneq ($(KERNELRELEASE),)
|
||||
|
||||
#----------------------------------------------------------------
|
||||
#------------------------------------------------------------------------------
|
||||
# kbuild section
|
||||
#----------------------------------------------------------------
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
obj-m := ec_mini.o
|
||||
obj-m := ec_rtai_sample.o
|
||||
|
||||
ec_mini-objs := mini.o
|
||||
ec_rtai_sample-objs := rtai_sample.o
|
||||
|
||||
#----------------------------------------------------------------
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
else
|
||||
|
||||
#----------------------------------------------------------------
|
||||
#------------------------------------------------------------------------------
|
||||
# default section
|
||||
#----------------------------------------------------------------
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
ifneq ($(wildcard ethercat.conf),)
|
||||
include ethercat.conf
|
||||
ifneq ($(wildcard kernel.conf),)
|
||||
include kernel.conf
|
||||
else
|
||||
KERNELDIR = /usr/src/linux
|
||||
endif
|
||||
|
|
@ -55,6 +55,6 @@ modules:
|
|||
clean:
|
||||
$(MAKE) -C $(KERNELDIR) M=`pwd` clean
|
||||
|
||||
#----------------------------------------------------------------
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
#------------------------------------------------------------------------------
|
||||
#
|
||||
# EtherCAT Konfigurationsdatei Kernel 2.6
|
||||
# Kernel configuration file for RTAI sample.
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# This file is a versioned template configuration. Copy it to "ethercat.conf"
|
||||
# This file is a versioned template configuration. Copy it to "kernel.conf"
|
||||
# (which is ignored by Subversion) and adjust it to your needs.
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
Loading…
Reference in New Issue