Subversion Repositories libSerial

Rev

Rev 10 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 15
Line 23... Line 23...
23
C_INCLUDES += -I$(SERIAL_INC)
23
C_INCLUDES += -I$(SERIAL_INC)
24
 
24
 
25
 
25
 
26
C_OBJECTS += $(SERIAL_OBJECTS)
26
C_OBJECTS += $(SERIAL_OBJECTS)
27
 
27
 
28
C_SOURCES += $(LIBSERIAL)/src/serial.c
28
C_SOURCES += $(LIBSERIAL)/src/platform.c
-
 
29
 
-
 
30
 
-
 
31
 
-
 
32
LIBS += -lserial
29
C_SOURCES += $(LIBSERIAL)/src/serialUtils.c
33
LIBDIR += -L $(LIBSERIAL)/lib
30
 
34