Get CFLAGS from ../Config
This commit is contained in:
parent
cad8e94b8b
commit
f4f16b883d
2 changed files with 8 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
|
||||
include ../Config
|
||||
|
||||
|
||||
|
||||
CFLAGS += -I ../include -I . -O2 -Wall -Wstrict-prototypes -g
|
||||
#CFLAGS += -I ../include -I . -Wall -Wstrict-prototypes -g
|
||||
LDFLAGS = -L../lib/ -lcomedi -lm
|
||||
CFLAGS += -I ../include -I .
|
||||
LDFLAGS += -L../lib/ -lcomedi -lm
|
||||
|
||||
|
||||
BINS=tut1 tut2
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
|
||||
CFLAGS = -fPIC -Wall -Wstrict-prototypes -O2 -I../include -I.
|
||||
include ../Config
|
||||
include ../version
|
||||
|
||||
CFLAGS += -fPIC -I../include -I.
|
||||
|
||||
OBJS=comedi.o timer.o sv.o range.o ioctl.o filler.o timed.o error.o \
|
||||
dio.o data.o get.o cmd.o buffer.o
|
||||
|
|
Loading…
Add table
Reference in a new issue