diff options
Diffstat (limited to 'os/ex')
-rw-r--r-- | os/ex/Micron/m25q.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/os/ex/Micron/m25q.mk b/os/ex/Micron/m25q.mk index 78001ba55..6989f6184 100644 --- a/os/ex/Micron/m25q.mk +++ b/os/ex/Micron/m25q.mk @@ -5,4 +5,8 @@ M25QSRC := $(CHIBIOS)/os/hal/lib/peripherals/flash/hal_flash.c \ # Required include directories
M25QINC := $(CHIBIOS)/os/hal/lib/peripherals/flash \
- $(CHIBIOS)/os/ex/Micron
\ No newline at end of file + $(CHIBIOS)/os/ex/Micron
+
+# Shared variables
+ALLCSRC += $(M25QSRC)
+ALLINC += $(M25QINC)
|