diff options
| author | lynxeyed-atsu <lynxeyed@xj9.so-net.ne.jp> | 2012-09-01 12:46:41 +0900 |
|---|---|---|
| committer | lynxeyed-atsu <lynxeyed@xj9.so-net.ne.jp> | 2012-09-01 12:46:41 +0900 |
| commit | 8299e5476fba3bf9da31802ae9315a8bc2ed1ca7 (patch) | |
| tree | cdf5102dbd446645e97d2b7838620cd13d582e03 /LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk | |
| parent | 12e5040eacf8cb6db3a3f8fb11fd85733113704a (diff) | |
fixed preprocessors
Diffstat (limited to 'LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk')
| -rw-r--r-- | LPC1114FN28_102_DIP28_bootloader/src/XBee/subdir.mk | 2 |
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 ' ' |
