am243x: ReferenceDesign: Fix the makefile
Fixes: PINDSW-7215 Signed-off-by: Dhaval Khandla <dhavaljk@ti.com>
This commit is contained in:
parent
eb4f65bf17
commit
93103eb235
@ -30,20 +30,20 @@ const files_r5f_0_1 = {
|
|||||||
const files_r5f_1_0 = {
|
const files_r5f_1_0 = {
|
||||||
common: [
|
common: [
|
||||||
/* Project Files */
|
/* Project Files */
|
||||||
"ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common/ESL_version.c",
|
"ESL_version.c",
|
||||||
"ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common/os/freertos/ESL_OS_os.c",
|
"ESL_OS_os.c",
|
||||||
"ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common/os/freertos/ESL_eeprom.c",
|
"ESL_eeprom.c",
|
||||||
"ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common/os/freertos/ESL_fileHandling.c",
|
"ESL_fileHandling.c",
|
||||||
"ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common/os/freertos/ESL_foeDemo.c",
|
"ESL_foeDemo.c",
|
||||||
"ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common/os/freertos/ESL_soeDemo.c",
|
"ESL_soeDemo.c",
|
||||||
"ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common/os/freertos/ESL_gpioHelper.c",
|
"ESL_gpioHelper.c",
|
||||||
"ind_comms_sdk/examples/industrial_comms/custom_phy/src/CUST_PHY_base.c",
|
"CUST_PHY_base.c",
|
||||||
"ind_comms_sdk/examples/industrial_comms/custom_phy/src/CUST_PHY_dp83869.c",
|
"CUST_PHY_dp83869.c",
|
||||||
"ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/device_profiles/402_cia/ecSlvCiA402.c",
|
"ecSlvCiA402.c",
|
||||||
"ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/device_profiles/402_cia/ESL_cia402Obd.c",
|
"ESL_cia402Obd.c",
|
||||||
"EtherCAT_Slave_CiA402.c",
|
"EtherCAT_Slave_CiA402_tidep_01032.c",
|
||||||
"ESL_cia402Demo.c",
|
"ESL_cia402Demo_tidep_01032.c",
|
||||||
"ESL_BOARD_OS_config.c",
|
"ESL_BOARD_OS_config_tidep_01032.c",
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -100,6 +100,10 @@ const filedirs_r5f_1_0 = {
|
|||||||
"..", /* core_os_combo base */
|
"..", /* core_os_combo base */
|
||||||
"../../..", /* Example base */
|
"../../..", /* Example base */
|
||||||
"../../../../../..", /* Motor Control SDK base */
|
"../../../../../..", /* Motor Control SDK base */
|
||||||
|
"../../../../../../ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common",
|
||||||
|
"../../../../../../ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common/os/freertos",
|
||||||
|
"../../../../../../ind_comms_sdk/examples/industrial_comms/custom_phy/src",
|
||||||
|
"../../../../../../ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/device_profiles/402_cia",
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -146,11 +146,11 @@
|
|||||||
</file>
|
</file>
|
||||||
<file path="../../../../../../ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/device_profiles/402_cia/ESL_cia402Obd.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
<file path="../../../../../../ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/device_profiles/402_cia/ESL_cia402Obd.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||||
</file>
|
</file>
|
||||||
<file path="../EtherCAT_Slave_CiA402.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
<file path="../EtherCAT_Slave_CiA402_tidep_01032.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||||
</file>
|
</file>
|
||||||
<file path="../ESL_cia402Demo.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
<file path="../ESL_cia402Demo_tidep_01032.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||||
</file>
|
</file>
|
||||||
<file path="../ESL_BOARD_OS_config.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
<file path="../ESL_BOARD_OS_config_tidep_01032.c" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||||
</file>
|
</file>
|
||||||
<file path="linker.cmd" openOnCreation="false" excludeFromBuild="false" action="copy">
|
<file path="linker.cmd" openOnCreation="false" excludeFromBuild="false" action="copy">
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
@ -32,20 +32,20 @@ BOOTIMAGE_RPRC_NAME_XIP:=single_chip_servo.$(PROFILE).rprc_xip
|
|||||||
BOOTIMAGE_RPRC_NAME_TMP:=single_chip_servo.$(PROFILE).rprc_tmp
|
BOOTIMAGE_RPRC_NAME_TMP:=single_chip_servo.$(PROFILE).rprc_tmp
|
||||||
|
|
||||||
FILES_common := \
|
FILES_common := \
|
||||||
ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common/ESL_version.c \
|
ESL_version.c \
|
||||||
ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common/os/freertos/ESL_OS_os.c \
|
ESL_OS_os.c \
|
||||||
ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common/os/freertos/ESL_eeprom.c \
|
ESL_eeprom.c \
|
||||||
ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common/os/freertos/ESL_fileHandling.c \
|
ESL_fileHandling.c \
|
||||||
ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common/os/freertos/ESL_foeDemo.c \
|
ESL_foeDemo.c \
|
||||||
ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common/os/freertos/ESL_soeDemo.c \
|
ESL_soeDemo.c \
|
||||||
ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common/os/freertos/ESL_gpioHelper.c \
|
ESL_gpioHelper.c \
|
||||||
ind_comms_sdk/examples/industrial_comms/custom_phy/src/CUST_PHY_base.c \
|
CUST_PHY_base.c \
|
||||||
ind_comms_sdk/examples/industrial_comms/custom_phy/src/CUST_PHY_dp83869.c \
|
CUST_PHY_dp83869.c \
|
||||||
ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/device_profiles/402_cia/ecSlvCiA402.c \
|
ecSlvCiA402.c \
|
||||||
ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/device_profiles/402_cia/ESL_cia402Obd.c \
|
ESL_cia402Obd.c \
|
||||||
EtherCAT_Slave_CiA402.c \
|
EtherCAT_Slave_CiA402_tidep_01032.c \
|
||||||
ESL_cia402Demo.c \
|
ESL_cia402Demo_tidep_01032.c \
|
||||||
ESL_BOARD_OS_config.c \
|
ESL_BOARD_OS_config_tidep_01032.c \
|
||||||
ti_drivers_config.c \
|
ti_drivers_config.c \
|
||||||
ti_drivers_open_close.c \
|
ti_drivers_open_close.c \
|
||||||
ti_board_config.c \
|
ti_board_config.c \
|
||||||
@ -58,6 +58,10 @@ FILES_PATH_common = \
|
|||||||
.. \
|
.. \
|
||||||
../../.. \
|
../../.. \
|
||||||
../../../../../.. \
|
../../../../../.. \
|
||||||
|
../../../../../../ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common \
|
||||||
|
../../../../../../ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/common/os/freertos \
|
||||||
|
../../../../../../ind_comms_sdk/examples/industrial_comms/custom_phy/src \
|
||||||
|
../../../../../../ind_comms_sdk/examples/industrial_comms/ethercat_slave_demo/device_profiles/402_cia \
|
||||||
generated \
|
generated \
|
||||||
|
|
||||||
INCLUDES_common := \
|
INCLUDES_common := \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user