mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-21 17:44:04 +08:00
depend-Sektion in den Makefiles korrigiert.
This commit is contained in:
+7
-5
@@ -18,10 +18,6 @@ RTAIDIR = /vol/projekte/msr_messen_steuern_regeln/linux/kernel/2.4.20/include/
|
||||
RTLIBDIR = rt_lib
|
||||
endif
|
||||
|
||||
ifeq (.depend,$(wildcard .depend))
|
||||
include .depend
|
||||
endif
|
||||
|
||||
CFLAGS = -O2 -Wall -Wuninitialized -D__KERNEL__ -DMODULE \
|
||||
-I$(KERNELDIR)/include -D_RTAI -I$(RTAIDIR)/include \
|
||||
-I$(RTLIBDIR)/msr-include
|
||||
@@ -31,7 +27,7 @@ ifdef CONFIG_SMP
|
||||
endif
|
||||
|
||||
MODULE = ecat_8139too.o
|
||||
OBJ = drv_8139too.o ec_device.o ec_master.o ec_slave.o ec_command.o ec_types.o
|
||||
OBJ = ec_device.o ec_master.o ec_slave.o ec_command.o ec_types.o
|
||||
SRC = $(OBJ:.o=.c)
|
||||
|
||||
#----------------------------------------------------------------
|
||||
@@ -61,3 +57,9 @@ clean:
|
||||
rm -f *.o *~ core .depend
|
||||
|
||||
#----------------------------------------------------------------
|
||||
|
||||
ifeq (.depend,$(wildcard .depend))
|
||||
include .depend
|
||||
endif
|
||||
|
||||
#----------------------------------------------------------------
|
||||
|
||||
+6
-4
@@ -18,10 +18,6 @@ RTAIDIR = /vol/projekte/msr_messen_steuern_regeln/linux/kernel/2.4.20/include/
|
||||
RTLIBDIR = rt_lib
|
||||
endif
|
||||
|
||||
ifeq (.depend,$(wildcard .depend))
|
||||
include .depend
|
||||
endif
|
||||
|
||||
CFLAGS = -O2 -Wall -Wuninitialized -D__KERNEL__ \
|
||||
-DMODULE -I$(KERNELDIR)/include
|
||||
|
||||
@@ -50,3 +46,9 @@ clean:
|
||||
rm -f *.o *~ core .depend
|
||||
|
||||
#----------------------------------------------------------------
|
||||
|
||||
ifeq (.depend,$(wildcard .depend))
|
||||
include .depend
|
||||
endif
|
||||
|
||||
#----------------------------------------------------------------
|
||||
|
||||
+6
-4
@@ -18,10 +18,6 @@ RTAIDIR = /vol/projekte/msr_messen_steuern_regeln/linux/kernel/2.4.20/include/
|
||||
RTLIBDIR = rt_lib
|
||||
endif
|
||||
|
||||
ifeq (.depend,$(wildcard .depend))
|
||||
include .depend
|
||||
endif
|
||||
|
||||
CFLAGS = -O2 -Wall -Wuninitialized -D__KERNEL__ -DMODULE \
|
||||
-I$(KERNELDIR)/include -D_RTAI -I$(RTAIDIR)/include -I$(RTLIBDIR)/msr-include
|
||||
|
||||
@@ -53,3 +49,9 @@ clean:
|
||||
rm -f *.o *~ core .depend
|
||||
|
||||
#----------------------------------------------------------------
|
||||
|
||||
ifeq (.depend,$(wildcard .depend))
|
||||
include .depend
|
||||
endif
|
||||
|
||||
#----------------------------------------------------------------
|
||||
|
||||
+6
-4
@@ -18,10 +18,6 @@ RTAIDIR = /vol/projekte/msr_messen_steuern_regeln/linux/kernel/2.4.20/include/
|
||||
RTLIBDIR = rt_lib
|
||||
endif
|
||||
|
||||
ifeq (.depend,$(wildcard .depend))
|
||||
include .depend
|
||||
endif
|
||||
|
||||
CFLAGS = -O2 -Wall -Wuninitialized -D__KERNEL__ -DMODULE -DSERIALDEBUG -DMSR_NO_PROC -I$(KERNELDIR)/include -D_RTAI -I$(RTAIDIR)/include -I$(RTLIBDIR)/msr-include
|
||||
|
||||
#Suchpfad für die Dateien aus dem RT-Lib-Verzeichnis
|
||||
@@ -60,3 +56,9 @@ clean:
|
||||
rm -f *.o *~ core .depend
|
||||
|
||||
#----------------------------------------------------------------
|
||||
|
||||
ifeq (.depend,$(wildcard .depend))
|
||||
include .depend
|
||||
endif
|
||||
|
||||
#----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user