remove command.c from Makefile
This commit is contained in:
parent
e30254a41c
commit
e884dfac63
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
CFLAGS=-fPIC -Wall -O2 -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 command.o
|
||||
dio.o data.o get.o
|
||||
|
||||
libcomedi.a: $(OBJS)
|
||||
#gcc -shared -Wl,-soname,libcomedi.so,-T,version_script -o libcomedi.so.${VERSION_CODE} $(OBJS) -lm
|
||||
|
|
Loading…
Add table
Reference in a new issue