rt/Makefile
changeset 16 f04e93b8af0f
parent 10 67c739ece5d5
child 28 801dc7eabf51
equal deleted inserted replaced
15:72d95aa70c1d 16:f04e93b8af0f
     6 #
     6 #
     7 #  $Id$
     7 #  $Id$
     8 #
     8 #
     9 #----------------------------------------------------------------
     9 #----------------------------------------------------------------
    10 
    10 
    11 KERNEL_DIRS_FILE = ../kerneldirs.mk
    11 CONFIG_FILE = ../ethercat.conf
    12 
    12 
    13 ifeq ($(KERNEL_DIRS_FILE),$(wildcard $(KERNEL_DIRS_FILE)))
    13 ifeq ($(CONFIG_FILE),$(wildcard $(CONFIG_FILE)))
    14 include $(KERNEL_DIRS_FILE)
    14 include $(CONFIG_FILE)
    15 else
    15 else
    16 KERNELDIR = /vol/projekte/msr_messen_steuern_regeln/linux/kernel/2.4.20/include/linux-2.4.20.CX1100-rthal5
    16 KERNELDIR = /vol/projekte/msr_messen_steuern_regeln/linux/kernel/2.4.20/include/linux-2.4.20.CX1100-rthal5
    17 RTAIDIR   = /vol/projekte/msr_messen_steuern_regeln/linux/kernel/2.4.20/include/rtai-24.1.13
    17 RTAIDIR   = /vol/projekte/msr_messen_steuern_regeln/linux/kernel/2.4.20/include/rtai-24.1.13
    18 RTLIBDIR = rt_lib
    18 RTLIBDIR  = rt_lib
    19 endif
    19 endif
    20 
    20 
    21 CFLAGS = -O2 -Wall -Wuninitialized -D__KERNEL__ -DMODULE -DSERIALDEBUG -DMSR_NO_PROC -I$(KERNELDIR)/include -D_RTAI -I$(RTAIDIR)/include -I$(RTLIBDIR)/msr-include
    21 CFLAGS = -O2 -Wall -Wuninitialized -D__KERNEL__ -DMODULE -DSERIALDEBUG -DMSR_NO_PROC -I$(KERNELDIR)/include -D_RTAI -I$(RTAIDIR)/include -I$(RTLIBDIR)/msr-include
    22 
    22 
    23 #Suchpfad für die Dateien aus dem RT-Lib-Verzeichnis
    23 #Suchpfad für die Dateien aus dem RT-Lib-Verzeichnis