aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/STM32/RT-STM32F407-DISCOVERY-G++/Makefile1
-rw-r--r--testhal/AVR/PWM/Makefile.ch4
2 files changed, 3 insertions, 2 deletions
diff --git a/demos/STM32/RT-STM32F407-DISCOVERY-G++/Makefile b/demos/STM32/RT-STM32F407-DISCOVERY-G++/Makefile
index 9b0322826..b89c2eed9 100644
--- a/demos/STM32/RT-STM32F407-DISCOVERY-G++/Makefile
+++ b/demos/STM32/RT-STM32F407-DISCOVERY-G++/Makefile
@@ -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
diff --git a/testhal/AVR/PWM/Makefile.ch b/testhal/AVR/PWM/Makefile.ch
index 1b67f0d30..8bdb365c1 100644
--- a/testhal/AVR/PWM/Makefile.ch
+++ b/testhal/AVR/PWM/Makefile.ch
@@ -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.)