From 8299e5476fba3bf9da31802ae9315a8bc2ed1ca7 Mon Sep 17 00:00:00 2001 From: lynxeyed-atsu Date: Sat, 1 Sep 2012 12:46:41 +0900 Subject: fixed preprocessors --- LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk') 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 ' ' -- cgit v1.2.3