diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-11-21 12:54:54 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-11-21 12:54:54 +0000 |
commit | 10465f72389fe8ed965b4e07fbb5b8ffe26af9a4 (patch) | |
tree | 8cde360454ae4325b0f7b61d12e747d90adab0b4 /os/ex/Micron | |
parent | c010f378caa66e18145d94e35a7123e9209f46d1 (diff) | |
download | ChibiOS-10465f72389fe8ed965b4e07fbb5b8ffe26af9a4.tar.gz ChibiOS-10465f72389fe8ed965b4e07fbb5b8ffe26af9a4.tar.bz2 ChibiOS-10465f72389fe8ed965b4e07fbb5b8ffe26af9a4.zip |
Improved make system.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11049 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ex/Micron')
-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)
|