diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-09 09:46:14 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-09 09:46:14 +0000 |
commit | 7e3f72e1a50eff15e4a0d0aa9cf5b5e6304eebf3 (patch) | |
tree | 4af5f173914ff2aa094c4fc1ccee575cb3e0ef41 /demos/nil/NIL-STM32F303-DISCOVERY | |
parent | 983ea65e869429a1da8590da9adaee2ca3ef9fc1 (diff) | |
download | ChibiOS-7e3f72e1a50eff15e4a0d0aa9cf5b5e6304eebf3.tar.gz ChibiOS-7e3f72e1a50eff15e4a0d0aa9cf5b5e6304eebf3.tar.bz2 ChibiOS-7e3f72e1a50eff15e4a0d0aa9cf5b5e6304eebf3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6282 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/nil/NIL-STM32F303-DISCOVERY')
-rw-r--r-- | demos/nil/NIL-STM32F303-DISCOVERY/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/nil/NIL-STM32F303-DISCOVERY/Makefile b/demos/nil/NIL-STM32F303-DISCOVERY/Makefile index 041b276bf..421a2adfd 100644 --- a/demos/nil/NIL-STM32F303-DISCOVERY/Makefile +++ b/demos/nil/NIL-STM32F303-DISCOVERY/Makefile @@ -127,7 +127,6 @@ ASMSRC = $(PORTASM) INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
$(HALINC) $(OSALINC) $(PLATFORMINC) $(BOARDINC) \
- $(CHIBIOS)/os/various/devices_lib/accel \
$(CHIBIOS)/os/various
#
|