aboutsummaryrefslogtreecommitdiffstats
path: root/armcc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'armcc/Makefile')
-rw-r--r--armcc/Makefile226
1 files changed, 226 insertions, 0 deletions
diff --git a/armcc/Makefile b/armcc/Makefile
new file mode 100644
index 0000000..a131e45
--- /dev/null
+++ b/armcc/Makefile
@@ -0,0 +1,226 @@
+
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+ifdef SystemRoot
+ SHELL = cmd.exe
+ MK_DIR = mkdir
+else
+ ifeq ($(shell uname), Linux)
+ MK_DIR = mkdir -p
+ endif
+
+ ifeq ($(shell uname | cut -d _ -f 1), CYGWIN)
+ MK_DIR = mkdir -p
+ endif
+
+ ifeq ($(shell uname | cut -d _ -f 1), MINGW32)
+ MK_DIR = mkdir -p
+ endif
+
+ ifeq ($(shell uname | cut -d _ -f 1), MINGW64)
+ MK_DIR = mkdir -p
+ endif
+endif
+
+# List the subdirectories for creating object files
+SUB_DIRS += \
+ \
+hpl/pm \
+hpl/osc32kctrl \
+hpl/ramecc \
+hpl/dmac \
+usb/class/cdc/device \
+hal/src \
+hpl/mclk \
+usb \
+armcc/arm_addon/armcc/arm \
+hal/utils/src \
+armcc/arm_addon/armcc \
+examples \
+hpl/gclk \
+usb/device \
+hpl/oscctrl \
+hpl/usb \
+hpl/core \
+hpl/cmcc
+
+# List the object files
+OBJS += \
+hal/src/hal_io.o \
+armcc/arm_addon/armcc/system_same54.o \
+hpl/core/hpl_core_m4.o \
+usb/class/cdc/device/cdcdf_acm.o \
+hpl/dmac/hpl_dmac.o \
+hpl/usb/hpl_usb.o \
+hal/src/hal_delay.o \
+hpl/pm/hpl_pm.o \
+hpl/core/hpl_init.o \
+hpl/gclk/hpl_gclk.o \
+hal/utils/src/utils_list.o \
+hal/utils/src/utils_assert.o \
+usb_start.o \
+hpl/oscctrl/hpl_oscctrl.o \
+hpl/mclk/hpl_mclk.o \
+hpl/ramecc/hpl_ramecc.o \
+usb/usb_protocol.o \
+hal/src/hal_init.o \
+hal/src/hal_usb_device.o \
+hpl/osc32kctrl/hpl_osc32kctrl.o \
+examples/driver_examples.o \
+driver_init.o \
+hal/src/hal_gpio.o \
+hal/utils/src/utils_event.o \
+hal/src/hal_sleep.o \
+hal/src/hal_cache.o \
+hpl/cmcc/hpl_cmcc.o \
+atmel_start.o \
+usb_cdc_echo_main.o \
+usb/device/usbdc.o \
+hal/src/hal_atomic.o \
+armcc/arm_addon/armcc/arm/startup_same54.o
+
+OBJS_AS_ARGS += \
+"hal/src/hal_io.o" \
+"armcc/arm_addon/armcc/system_same54.o" \
+"hpl/core/hpl_core_m4.o" \
+"usb/class/cdc/device/cdcdf_acm.o" \
+"hpl/dmac/hpl_dmac.o" \
+"hpl/usb/hpl_usb.o" \
+"hal/src/hal_delay.o" \
+"hpl/pm/hpl_pm.o" \
+"hpl/core/hpl_init.o" \
+"hpl/gclk/hpl_gclk.o" \
+"hal/utils/src/utils_list.o" \
+"hal/utils/src/utils_assert.o" \
+"usb_start.o" \
+"hpl/oscctrl/hpl_oscctrl.o" \
+"hpl/mclk/hpl_mclk.o" \
+"hpl/ramecc/hpl_ramecc.o" \
+"usb/usb_protocol.o" \
+"hal/src/hal_init.o" \
+"hal/src/hal_usb_device.o" \
+"hpl/osc32kctrl/hpl_osc32kctrl.o" \
+"examples/driver_examples.o" \
+"driver_init.o" \
+"hal/src/hal_gpio.o" \
+"hal/utils/src/utils_event.o" \
+"hal/src/hal_sleep.o" \
+"hal/src/hal_cache.o" \
+"hpl/cmcc/hpl_cmcc.o" \
+"atmel_start.o" \
+"usb_cdc_echo_main.o" \
+"usb/device/usbdc.o" \
+"hal/src/hal_atomic.o" \
+"armcc/arm_addon/armcc/arm/startup_same54.o"
+
+# List the dependency files
+DEPS := $(OBJS:%.o=%.d)
+
+DEPS_AS_ARGS += \
+"hal/utils/src/utils_event.d" \
+"hal/src/hal_io.d" \
+"armcc/arm_addon/armcc/system_same54.d" \
+"hpl/ramecc/hpl_ramecc.d" \
+"hpl/core/hpl_core_m4.d" \
+"usb/class/cdc/device/cdcdf_acm.d" \
+"hpl/usb/hpl_usb.d" \
+"hal/utils/src/utils_list.d" \
+"hpl/cmcc/hpl_cmcc.d" \
+"usb_start.d" \
+"hal/utils/src/utils_assert.d" \
+"hal/src/hal_delay.d" \
+"hpl/core/hpl_init.d" \
+"hpl/pm/hpl_pm.d" \
+"usb/usb_protocol.d" \
+"hpl/gclk/hpl_gclk.d" \
+"hal/src/hal_usb_device.d" \
+"hpl/dmac/hpl_dmac.d" \
+"hal/src/hal_init.d" \
+"usb_cdc_echo_main.d" \
+"hpl/mclk/hpl_mclk.d" \
+"driver_init.d" \
+"hpl/osc32kctrl/hpl_osc32kctrl.d" \
+"examples/driver_examples.d" \
+"hal/src/hal_cache.d" \
+"hal/src/hal_sleep.d" \
+"hal/src/hal_gpio.d" \
+"hal/src/hal_atomic.d" \
+"usb/device/usbdc.d" \
+"hpl/oscctrl/hpl_oscctrl.d" \
+"armcc/arm_addon/armcc/arm/startup_same54.d" \
+"atmel_start.d"
+
+OUTPUT_FILE_NAME :=AtmelStart
+QUOTE := "
+OUTPUT_FILE_PATH +=$(OUTPUT_FILE_NAME).elf
+OUTPUT_FILE_PATH_AS_ARGS +=$(OUTPUT_FILE_NAME).elf
+
+vpath %.c ../
+vpath %.s ../
+vpath %.S ../
+
+# All Target
+all: $(SUB_DIRS) $(OUTPUT_FILE_PATH)
+
+# Linker target
+
+$(OUTPUT_FILE_PATH): $(OBJS)
+ @echo Building target: $@
+ @echo Invoking: ARMCC Linker
+ $(QUOTE)armlink$(QUOTE) --ro-base 0x00000000 --entry 0x00000000 --rw-base 0x20000000 --entry Reset_Handler --first __Vectors \
+--strict --summary_stderr --info summarysizes --map --xref --callgraph --symbols \
+--info sizes --info totals --info unused --info veneers --list $(OUTPUT_FILE_NAME).map \
+-o $(OUTPUT_FILE_NAME).elf --cpu Cortex-M4 \
+$(OBJS_AS_ARGS)
+
+ @echo Finished building target: $@
+
+# Compiler target(s)
+
+
+
+
+%.o: %.c
+ @echo Building file: $<
+ @echo ARMCC Compiler
+ $(QUOTE)armcc$(QUOTE) --c99 -c -DDEBUG -O1 -g --apcs=interwork --split_sections --cpu Cortex-M4 -D__SAME54P20A__ \
+-I"../" -I"../config" -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/usb" -I"../hri" -I"../" -I"../config" -I"../usb" -I"../usb/class/cdc" -I"../usb/class/cdc/device" -I"../usb/device" -I"../" -I"../CMSIS/Include" -I"../include" \
+--depend "$@" -o "$@" "$<"
+
+ @echo Finished building: $<
+
+%.o: %.s
+ @echo Building file: $<
+ @echo ARMCC Assembler
+ $(QUOTE)armasm$(QUOTE) -g --apcs=interwork --cpu Cortex-M4 --pd "D__SAME54P20A__ SETA 1" \
+-I"../" -I"../config" -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/usb" -I"../hri" -I"../" -I"../config" -I"../usb" -I"../usb/class/cdc" -I"../usb/class/cdc/device" -I"../usb/device" -I"../" -I"../CMSIS/Include" -I"../include" \
+--depend "$(@:%.o=%.d)" -o "$@" "$<"
+
+ @echo Finished building: $<
+
+%.o: %.S
+ @echo Building file: $<
+ @echo ARMCC Preprocessing Assembler
+ $(QUOTE)armcc$(QUOTE) --c99 -c -DDEBUG -O1 -g --apcs=interwork --split_sections --cpu Cortex-M4 -D__SAME54P20A__ \
+-I"../" -I"../config" -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/usb" -I"../hri" -I"../" -I"../config" -I"../usb" -I"../usb/class/cdc" -I"../usb/class/cdc/device" -I"../usb/device" -I"../" -I"../CMSIS/Include" -I"../include" \
+--depend "$@" -o "$@" "$<"
+
+ @echo Finished building: $<
+
+# Detect changes in the dependent files and recompile the respective object files.
+ifneq ($(MAKECMDGOALS),clean)
+ifneq ($(strip $(DEPS)),)
+-include $(DEPS)
+endif
+endif
+
+$(SUB_DIRS):
+ $(MK_DIR) "$@"
+
+clean:
+ rm -f $(OBJS_AS_ARGS)
+ rm -f $(OUTPUT_FILE_PATH)
+ rm -f $(DEPS_AS_ARGS)
+ rm -f $(OUTPUT_FILE_NAME).map $(OUTPUT_FILE_NAME).elf