summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Pang2015-12-08 18:59:45 -0600
committerIvan Pang2015-12-08 18:59:45 -0600
commit7d6d0b9be9c878ae9be5af318eda02aa8c039e31 (patch)
treee86b8dc08f8de326adf03b0854940b8678aae52c /boot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src
parent77464278fb377891bf3d393741dced0bdc7200c2 (diff)
downloadmcsdk-tools-7d6d0b9be9c878ae9be5af318eda02aa8c039e31.tar.gz
mcsdk-tools-7d6d0b9be9c878ae9be5af318eda02aa8c039e31.tar.xz
mcsdk-tools-7d6d0b9be9c878ae9be5af318eda02aa8c039e31.zip
c66x: added makefiles and update scripts for examples
Signed-off-by: Ivan Pang <i-pang@ti.com>
Diffstat (limited to 'boot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src')
-rw-r--r--boot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src/pcieboot_helloworld.objbin0 -> 28200 bytes
-rw-r--r--boot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src/pcieboot_helloworld.pp8
-rwxr-xr-xboot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src/subdir_rules.mk13
-rwxr-xr-xboot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src/subdir_vars.mk24
4 files changed, 45 insertions, 0 deletions
diff --git a/boot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src/pcieboot_helloworld.obj b/boot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src/pcieboot_helloworld.obj
new file mode 100644
index 0000000..a2dac2d
--- /dev/null
+++ b/boot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src/pcieboot_helloworld.obj
Binary files differ
diff --git a/boot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src/pcieboot_helloworld.pp b/boot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src/pcieboot_helloworld.pp
new file mode 100644
index 0000000..cc7da39
--- /dev/null
+++ b/boot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src/pcieboot_helloworld.pp
@@ -0,0 +1,8 @@
1src/pcieboot_helloworld.obj: ../../../../../examples/pcie/pcieboot_helloworld/src/pcieboot_helloworld.c
2src/pcieboot_helloworld.obj: /home/ipang/tools/compiler/c6000_7.4.12/include/stdlib.h
3src/pcieboot_helloworld.obj: /home/ipang/tools/compiler/c6000_7.4.12/include/linkage.h
4src/pcieboot_helloworld.obj: /home/ipang/tools/compiler/c6000_7.4.12/include/stdio.h
5src/pcieboot_helloworld.obj: /home/ipang/tools/compiler/c6000_7.4.12/include/stdarg.h
6src/pcieboot_helloworld.obj: /home/ipang/tools/compiler/c6000_7.4.12/include/string.h
7src/pcieboot_helloworld.obj: /home/ipang/ti/pdk/packages/ti/platform/platform.h
8src/pcieboot_helloworld.obj: /home/ipang/tools/compiler/c6000_7.4.12/include/stdint.h
diff --git a/boot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src/subdir_rules.mk b/boot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src/subdir_rules.mk
new file mode 100755
index 0000000..73c52a7
--- /dev/null
+++ b/boot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src/subdir_rules.mk
@@ -0,0 +1,13 @@
1################################################################################
2# Automatically-generated file. Do not edit!
3################################################################################
4
5# Each subdirectory must supply rules for building sources it contributes
6src/pcieboot_helloworld.obj: ../../../../../examples/pcie/pcieboot_helloworld/src/pcieboot_helloworld.c $(GEN_OPTS) $(GEN_HDRS)
7 @echo 'Building file: $<'
8 @echo 'Invoking: C6000 Compiler'
9 "$(CG_TOOL_ROOT)/bin/cl6x" -mv6600 --abi=eabi -g --include_path="$(CG_TOOL_ROOT)/include" --include_path="$(PDK_INSTALL_PATH)/ti/platform" --include_path="$(PDK_INSTALL_PATH)" --define=_EVMC6657L_ --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/pcieboot_helloworld.pp" --obj_directory="src" $(GEN_OPTS__FLAG) "$<"
10 @echo 'Finished building: $<'
11 @echo ' '
12
13
diff --git a/boot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src/subdir_vars.mk b/boot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src/subdir_vars.mk
new file mode 100755
index 0000000..f4f2828
--- /dev/null
+++ b/boot_loader/examples/pcie/pcieboot_helloworld/evmc6657l/build/src/subdir_vars.mk
@@ -0,0 +1,24 @@
1################################################################################
2# Automatically-generated file. Do not edit!
3################################################################################
4
5# Add inputs and outputs from these tool invocations to the build variables
6C_SRCS += \
7../../../../../examples/pcie/pcieboot_helloworld/src/pcieboot_helloworld.c
8
9OBJS += \
10./src/pcieboot_helloworld.obj
11
12C_DEPS += \
13./src/pcieboot_helloworld.pp
14
15C_DEPS__QUOTED += \
16"src/pcieboot_helloworld.pp"
17
18OBJS__QUOTED += \
19"src/pcieboot_helloworld.obj"
20
21C_SRCS__QUOTED += \
22"../../../../../examples/pcie/pcieboot_helloworld/src/pcieboot_helloworld.c"
23
24