git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7786 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2015-03-21 09:39:02 +00:00
parent 08fd7beec6
commit fb8998ce9c
2 changed files with 3 additions and 2 deletions

View File

@ -141,6 +141,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
$(CHIBIOS)/os/various/devices_lib/accel \
$(CHIBIOS)/os/various \
$(CHIBIOS)/os/various/cpp_wrappers \
$(CHIBIOS)/os/hal/lib/streams
#
# Project, sources and paths

View File

@ -75,8 +75,8 @@ SRC = $(PORTSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
$(CHIBIOS)/os/various/evtimer.c \
$(CHIBIOS)/os/various/memstreams.c \
$(CHIBIOS)/os/various/chprintf.c \
$(CHIBIOS)/os/hal/lib/streams/memstreams.c \
$(CHIBIOS)/os/hal/lib/streams/chprintf.c \
main.c
# List C++ source files here. (C dependencies are automatically generated.)