[make] rename DEFINES to GLOBAL_DEFINES

To fix your module makefiles:
-Change DEFINES to GLOBAL_DEFINES
This commit is contained in:
Travis Geiselbrecht
2013-06-07 21:57:58 -07:00
parent e002c58b59
commit d5cf22f40d
19 changed files with 58 additions and 50 deletions

View File

@@ -6,7 +6,7 @@ STM32_CHIP := stm32f107
PLATFORM := stm32f1xx
DEFINES += \
GLOBAL_DEFINES += \
ENABLE_UART3=1 \
TARGET_HAS_DEBUG_LED=1