aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/hal/lib/streams/streams.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/lib/streams/streams.mk b/os/hal/lib/streams/streams.mk
index 685610f52..9c746e9d5 100644
--- a/os/hal/lib/streams/streams.mk
+++ b/os/hal/lib/streams/streams.mk
@@ -7,4 +7,4 @@ STREAMSINC = $(CHIBIOS)/os/hal/lib/streams
# Shared variables
ALLCSRC += $(STREAMSSRC)
-ALLINC += $(STREAMSINC)
+ALLINC += $(STREAMSINC) \ No newline at end of file