mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-22 10:03:51 +08:00
Fixed defines bug in configure; renamed config.kbuild variables.
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ $(MODULE)-objs := msr_sample.o \
|
||||
rt_lib/msr-math/msr_hex_bin.o \
|
||||
libm.o
|
||||
|
||||
EXTRA_CFLAGS := -I$(EC_MSR_DIR)/include -I$(EC_RTAI_DIR)/include \
|
||||
EXTRA_CFLAGS := -I$(MSR_DIR)/include -I$(RTAI_DIR)/include \
|
||||
-D_SIMULATION -mhard-float
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@@ -37,6 +37,6 @@ obj-m := ec_rtai_sample.o
|
||||
|
||||
ec_rtai_sample-objs := rtai_sample.o
|
||||
|
||||
EXTRA_CFLAGS := -I$(EC_RTAI_DIR)/include
|
||||
EXTRA_CFLAGS := -I$(RTAI_DIR)/include
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user