diff options
| author | lynxeyed-atsu <lynxeyed@xj9.so-net.ne.jp> | 2012-08-09 22:13:57 +0900 |
|---|---|---|
| committer | lynxeyed-atsu <lynxeyed@xj9.so-net.ne.jp> | 2012-08-09 22:13:57 +0900 |
| commit | a936b176fe2aae6ac6378b73fcaad1a61cb8eca3 (patch) | |
| tree | f302e299bc5add3a7117b9f93b993cf741a2ee21 /LPC1114F_301_TQFP48/src/XBee/subdir.mk | |
| parent | b9cff0a1eac16d0351053ab41237a69dfcb3ca5e (diff) | |
changed MCU settings
We can switch linker script each MCU using Configuration tab of
LPCXpresso project's properties.
Diffstat (limited to 'LPC1114F_301_TQFP48/src/XBee/subdir.mk')
| -rw-r--r-- | LPC1114F_301_TQFP48/src/XBee/subdir.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/LPC1114F_301_TQFP48/src/XBee/subdir.mk b/LPC1114F_301_TQFP48/src/XBee/subdir.mk new file mode 100644 index 0000000..756ed4a --- /dev/null +++ b/LPC1114F_301_TQFP48/src/XBee/subdir.mk @@ -0,0 +1,24 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +CPP_SRCS += \ +../src/XBee/XBee.cpp + +OBJS += \ +./src/XBee/XBee.o + +CPP_DEPS += \ +./src/XBee/XBee.d + + +# Each subdirectory must supply rules for building sources it contributes +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"$@" "$<" + @echo 'Finished building: $<' + @echo ' ' + + |
