aboutsummaryrefslogtreecommitdiff
path: root/LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk')
-rw-r--r--LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk b/LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk
index 756ed4a..a544c55 100644
--- a/LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk
+++ b/LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk
@@ -17,7 +17,7 @@ CPP_DEPS += \
src/XBee/%.o: ../src/XBee/%.cpp
@echo 'Building file: $<'
@echo 'Invoking: MCU C++ Compiler'
- arm-none-eabi-c++ -D__NEWLIB__ -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
+ arm-none-eabi-c++ -D__NEWLIB__ -DNO_EXTCLK -DNDEBUG -D__CODE_RED -I"/Users/lynxeyed/Documents/workspace/eXodusino/src" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/XBee" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/FatFs" -I"/Users/lynxeyed/Documents/workspace/eXodusino/src/core" -Os -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fno-rtti -mcpu=cortex-m0 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
@echo 'Finished building: $<'
@echo ' '