diff options
author | barthess <barthess@yandex.ru> | 2016-04-23 20:27:12 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2016-04-23 20:27:12 +0300 |
commit | c35568fafc579061a8565669c106a4fcc32d8681 (patch) | |
tree | c8d1f57d21e4dbb29199868b3000a46d607ae5f5 /testhal/STM32/STM32F0xx/crc/Makefile | |
parent | e0ada4f782a0f2a190143a47da7f5811496c4723 (diff) | |
download | ChibiOS-Contrib-c35568fafc579061a8565669c106a4fcc32d8681.tar.gz ChibiOS-Contrib-c35568fafc579061a8565669c106a4fcc32d8681.tar.bz2 ChibiOS-Contrib-c35568fafc579061a8565669c106a4fcc32d8681.zip |
Updated Makefiles for STM32 according to
http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=3301&sid=32a42f3ad6ca146ea07566e52f127d83
Diffstat (limited to 'testhal/STM32/STM32F0xx/crc/Makefile')
-rw-r--r-- | testhal/STM32/STM32F0xx/crc/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/testhal/STM32/STM32F0xx/crc/Makefile b/testhal/STM32/STM32F0xx/crc/Makefile index b321bc1..24f660a 100644 --- a/testhal/STM32/STM32F0xx/crc/Makefile +++ b/testhal/STM32/STM32F0xx/crc/Makefile @@ -135,11 +135,14 @@ TCSRC = TCPPSRC =
# List ASM source files here
-ASMSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
+ASMSRC =
+ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM)
-INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
+INCDIR = $(CHIBIOS)/os/license \
+ $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) $(TESTINC) \
- $(CHIBIOS)/os/various $(CHIBIOS_CONTRIB)/os/various
+ $(CHIBIOS)/os/various \
+ $(CHIBIOS_CONTRIB)/os/various
#
# Project, sources and paths
|