aboutsummaryrefslogtreecommitdiff
path: root/LPC1114FN28_102_DIP28_bootloader/src/FatFs/subdir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'LPC1114FN28_102_DIP28_bootloader/src/FatFs/subdir.mk')
-rw-r--r--LPC1114FN28_102_DIP28_bootloader/src/FatFs/subdir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/LPC1114FN28_102_DIP28_bootloader/src/FatFs/subdir.mk b/LPC1114FN28_102_DIP28_bootloader/src/FatFs/subdir.mk
index c367102..b2f81b4 100644
--- a/LPC1114FN28_102_DIP28_bootloader/src/FatFs/subdir.mk
+++ b/LPC1114FN28_102_DIP28_bootloader/src/FatFs/subdir.mk
@@ -23,7 +23,7 @@ CPP_DEPS += \
src/FatFs/%.o: ../src/FatFs/%.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 ' '