diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-09 08:28:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-09 08:28:26 +0000 |
commit | 840b5270c879538e8aaa5ef88e153ab2a083605e (patch) | |
tree | e24f0d8ce03d6a28d0a574c0a17839c24698480b /demos/ARMCM4-STM32F303-DISCOVERY | |
parent | 0e34cd051ed686263001af3a721f6858db94d072 (diff) | |
download | ChibiOS-840b5270c879538e8aaa5ef88e153ab2a083605e.tar.gz ChibiOS-840b5270c879538e8aaa5ef88e153ab2a083605e.tar.bz2 ChibiOS-840b5270c879538e8aaa5ef88e153ab2a083605e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6110 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM4-STM32F303-DISCOVERY')
-rw-r--r-- | demos/ARMCM4-STM32F303-DISCOVERY/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/ARMCM4-STM32F303-DISCOVERY/Makefile b/demos/ARMCM4-STM32F303-DISCOVERY/Makefile index 4f37ba911..7f0e99a8e 100644 --- a/demos/ARMCM4-STM32F303-DISCOVERY/Makefile +++ b/demos/ARMCM4-STM32F303-DISCOVERY/Makefile @@ -66,9 +66,9 @@ PROJECT = ch # Imported source files and paths
CHIBIOS = ../..
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
-include $(CHIBIOS)/os/halnew/hal.mk
-include $(CHIBIOS)/os/halnew/osal/chibios/osal.mk
-include $(CHIBIOS)/os/halnew/platforms/STM32F30x/platform.mk
+include $(CHIBIOS)/os/hal/hal.mk
+include $(CHIBIOS)/os/hal/osal/chibios/osal.mk
+include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk
include $(CHIBIOS)/os/kernel/kernel.mk
include $(CHIBIOS)/os/kernel/ports/ARMCMx/devices/STM32F30x/port.mk
include $(CHIBIOS)/test/test.mk
|