summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 17e776c)
raw | patch | inline | side by side (parent: 17e776c)
author | Paula Carrillo <a0133185@ti.com> | |
Wed, 18 Jul 2018 22:31:08 +0000 (17:31 -0500) | ||
committer | Paula Carrillo <a0133185@ti.com> | |
Wed, 18 Jul 2018 22:31:08 +0000 (17:31 -0500) |
diff --git a/EC_Master_SysBios_Am572x/Workspace/SYSBIOS_AM57xx/EcMasterDemo/Debug/makefile b/EC_Master_SysBios_Am572x/Workspace/SYSBIOS_AM57xx/EcMasterDemo/Debug/makefile
index 0f1541fdaa89b8c112078dc5a12a7bff5bc1b6e7..a69d1f3890c6dd556f6b45ade1e1eb65f4a75500 100755 (executable)
+ifeq ($(RULES_MAKE), )
+include $(PDK_INSTALL_PATH)/ti/build/Rules.make
+else
+include $(RULES_MAKE)
+endif
+
ifndef MAKE
export MAKE = make
endif
-$(RM) EcTimer.o I2C_soc.o UART_soc.o main.o EcMasterDemo/ATEMDemo.o EcMasterDemo/ATEMDemoMain.o EcMasterDemo/Logging.o EcMasterDemo/ecatDemoCommon.o EcMasterDemo/ecatNotification.o EcMasterDemo/selectLinkLayer.o eni/MasterENI.o
-$(RM) I2C_soc.d UART_soc.d main.d eni/MasterENI.d
-$(RM) EcTimer.d EcMasterDemo/ATEMDemo.d EcMasterDemo/ATEMDemoMain.d EcMasterDemo/Logging.d EcMasterDemo/ecatDemoCommon.d EcMasterDemo/ecatNotification.d EcMasterDemo/selectLinkLayer.d EcMasterDemo.map
- -$(RM) EcMasterDemo.out.rprc EcMasterDemo.map
+ -$(RM) app EcMasterDemo.out.rprc EcMasterDemo.map
-@echo 'Finished clean'
-@echo ' ''
diff --git a/EC_Master_SysBios_Am572x/Workspace/SYSBIOS_AM57xx/EcMasterDemo/Debug/makefile_linux b/EC_Master_SysBios_Am572x/Workspace/SYSBIOS_AM57xx/EcMasterDemo/Debug/makefile_linux
index 0f1541fdaa89b8c112078dc5a12a7bff5bc1b6e7..a69d1f3890c6dd556f6b45ade1e1eb65f4a75500 100755 (executable)
+ifeq ($(RULES_MAKE), )
+include $(PDK_INSTALL_PATH)/ti/build/Rules.make
+else
+include $(RULES_MAKE)
+endif
+
ifndef MAKE
export MAKE = make
endif
-$(RM) EcTimer.o I2C_soc.o UART_soc.o main.o EcMasterDemo/ATEMDemo.o EcMasterDemo/ATEMDemoMain.o EcMasterDemo/Logging.o EcMasterDemo/ecatDemoCommon.o EcMasterDemo/ecatNotification.o EcMasterDemo/selectLinkLayer.o eni/MasterENI.o
-$(RM) I2C_soc.d UART_soc.d main.d eni/MasterENI.d
-$(RM) EcTimer.d EcMasterDemo/ATEMDemo.d EcMasterDemo/ATEMDemoMain.d EcMasterDemo/Logging.d EcMasterDemo/ecatDemoCommon.d EcMasterDemo/ecatNotification.d EcMasterDemo/selectLinkLayer.d EcMasterDemo.map
- -$(RM) EcMasterDemo.out.rprc EcMasterDemo.map
+ -$(RM) app EcMasterDemo.out.rprc EcMasterDemo.map
-@echo 'Finished clean'
-@echo ' ''
diff --git a/EC_Master_SysBios_Am572x/Workspace/SYSBIOS_AM57xx/EcMasterDemo/Debug/makefile_win b/EC_Master_SysBios_Am572x/Workspace/SYSBIOS_AM57xx/EcMasterDemo/Debug/makefile_win
index 8ae99d2e6dd84b7636ae45669be6975fb268e8d3..9bcd155f8a2c22b774c1192be9576e07b1f7ca2d 100755 (executable)
+ifeq ($(RULES_MAKE), )
+include $(PDK_INSTALL_PATH)/ti/build/Rules.make
+else
+include $(RULES_MAKE)
+endif
+
ifndef MAKE
export MAKE = gmake
endif
# All Target
-all: EcMasterDemo.out
+all: EcLib EcMasterDemo.out
# Tool invocations
+EcLib:
+ @$(MAKE) --no-print-directory -C ../../emllICSS/Debug all
+
EcMasterDemo.out: $(OBJS) $(CMD_SRCS) $(GEN_CMDS)
@echo 'Building target: $@'
@echo 'Invoking: GNU Linker'
# Other Targets
clean:
+ @$(MAKE) --no-print-directory -C ../../emllICSS/Debug clean
-$(RM) $(GEN_CMDS__QUOTED)$(GEN_MISC_FILES__QUOTED)$(BIN_OUTPUTS__QUOTED)$(GEN_FILES__QUOTED)$(EXE_OUTPUTS__QUOTED)$(GEN_OPTS__QUOTED)
-$(RMDIR) $(GEN_MISC_DIRS__QUOTED)
-$(RM) "EcTimer.o" "I2C_soc.o" "UART_soc.o" "main.o" "EcMasterDemo\ATEMDemo.o" "EcMasterDemo\ATEMDemoMain.o" "EcMasterDemo\Logging.o" "EcMasterDemo\ecatDemoCommon.o" "EcMasterDemo\ecatNotification.o" "EcMasterDemo\selectLinkLayer.o" "eni\MasterENI.o"
-$(RM) "I2C_soc.d" "UART_soc.d" "main.d" "eni\MasterENI.d"
-$(RM) "EcTimer.d" "EcMasterDemo\ATEMDemo.d" "EcMasterDemo\ATEMDemoMain.d" "EcMasterDemo\Logging.d" "EcMasterDemo\ecatDemoCommon.d" "EcMasterDemo\ecatNotification.d" "EcMasterDemo\selectLinkLayer.d"
- -$(RM) "EcMasterDemo.out.rprc" "EcMasterDemo.map"
+ -$(RM) "app" "EcMasterDemo.out.rprc" "EcMasterDemo.map"
-@echo 'Finished clean'
-@echo ' '
diff --git a/EC_Master_SysBios_Am572x/Workspace/SYSBIOS_AM57xx/EcMasterDemo/Release/makefile b/EC_Master_SysBios_Am572x/Workspace/SYSBIOS_AM57xx/EcMasterDemo/Release/makefile
index dfba8d8f6078d8cd277f9957f824c8854463ee10..a8f3ada094f373fba50fc3a6ac2a3cb9b51a7a3b 100755 (executable)
+ifeq ($(RULES_MAKE), )
+include $(PDK_INSTALL_PATH)/ti/build/Rules.make
+else
+include $(RULES_MAKE)
+endif
+
ifndef MAKE
export MAKE = make
endif
-$(RM) EcTimer.o I2C_soc.o UART_soc.o main.o EcMasterDemo/ATEMDemo.o EcMasterDemo/ATEMDemoMain.o EcMasterDemo/Logging.o EcMasterDemo/ecatDemoCommon.o EcMasterDemo/ecatNotification.o EcMasterDemo/selectLinkLayer.o eni/MasterENI.o
-$(RM) I2C_soc.d UART_soc.d main.d eni/MasterENI.d
-$(RM) EcTimer.d EcMasterDemo/ATEMDemo.d EcMasterDemo/ATEMDemoMain.d EcMasterDemo/Logging.d EcMasterDemo/ecatDemoCommon.d EcMasterDemo/ecatNotification.d EcMasterDemo/selectLinkLayer.d EcMasterDemo.map
- -$(RM) EcMasterDemo.out.rprc EcMasterDemo.map
+ -$(RM) app EcMasterDemo.out.rprc EcMasterDemo.map
-@echo 'Finished clean'
-@echo ' ''
diff --git a/EC_Master_SysBios_Am572x/Workspace/SYSBIOS_AM57xx/EcMasterDemo/Release/makefile_linux b/EC_Master_SysBios_Am572x/Workspace/SYSBIOS_AM57xx/EcMasterDemo/Release/makefile_linux
index dfba8d8f6078d8cd277f9957f824c8854463ee10..a8f3ada094f373fba50fc3a6ac2a3cb9b51a7a3b 100755 (executable)
+ifeq ($(RULES_MAKE), )
+include $(PDK_INSTALL_PATH)/ti/build/Rules.make
+else
+include $(RULES_MAKE)
+endif
+
ifndef MAKE
export MAKE = make
endif
-$(RM) EcTimer.o I2C_soc.o UART_soc.o main.o EcMasterDemo/ATEMDemo.o EcMasterDemo/ATEMDemoMain.o EcMasterDemo/Logging.o EcMasterDemo/ecatDemoCommon.o EcMasterDemo/ecatNotification.o EcMasterDemo/selectLinkLayer.o eni/MasterENI.o
-$(RM) I2C_soc.d UART_soc.d main.d eni/MasterENI.d
-$(RM) EcTimer.d EcMasterDemo/ATEMDemo.d EcMasterDemo/ATEMDemoMain.d EcMasterDemo/Logging.d EcMasterDemo/ecatDemoCommon.d EcMasterDemo/ecatNotification.d EcMasterDemo/selectLinkLayer.d EcMasterDemo.map
- -$(RM) EcMasterDemo.out.rprc EcMasterDemo.map
+ -$(RM) app EcMasterDemo.out.rprc EcMasterDemo.map
-@echo 'Finished clean'
-@echo ' ''
diff --git a/EC_Master_SysBios_Am572x/Workspace/SYSBIOS_AM57xx/EcMasterDemo/Release/makefile_win b/EC_Master_SysBios_Am572x/Workspace/SYSBIOS_AM57xx/EcMasterDemo/Release/makefile_win
index b19744d8eb12ac0a110fb8875a2ae26cc319adf7..3a8b646de4f8c80fb195a647ebe5116ec3015b73 100755 (executable)
+ifeq ($(RULES_MAKE), )
+include $(PDK_INSTALL_PATH)/ti/build/Rules.make
+else
+include $(RULES_MAKE)
+endif
+
ifndef MAKE
export MAKE = gmake
endif
# All Target
-all: EcMasterDemo.out
+all: EcLib EcMasterDemo.out
+
# Tool invocations
+EcLib:
+ @$(MAKE) --no-print-directory -C ../../emllICSS/Release all
+
EcMasterDemo.out: $(OBJS) $(CMD_SRCS) $(GEN_CMDS)
@echo 'Building target: $@'
@echo 'Invoking: GNU Linker'
# Other Targets
clean:
+ @$(MAKE) --no-print-directory -C ../../emllICSS/Release clean
-$(RM) $(GEN_CMDS__QUOTED)$(GEN_MISC_FILES__QUOTED)$(BIN_OUTPUTS__QUOTED)$(GEN_FILES__QUOTED)$(EXE_OUTPUTS__QUOTED)$(GEN_OPTS__QUOTED)
-$(RMDIR) $(GEN_MISC_DIRS__QUOTED)
-$(RM) "EcTimer.o" "I2C_soc.o" "UART_soc.o" "main.o" "EcMasterDemo\ATEMDemo.o" "EcMasterDemo\ATEMDemoMain.o" "EcMasterDemo\Logging.o" "EcMasterDemo\ecatDemoCommon.o" "EcMasterDemo\ecatNotification.o" "EcMasterDemo\selectLinkLayer.o" "eni\MasterENI.o"
-$(RM) "I2C_soc.d" "UART_soc.d" "main.d" "eni\MasterENI.d"
-$(RM) "EcTimer.d" "EcMasterDemo\ATEMDemo.d" "EcMasterDemo\ATEMDemoMain.d" "EcMasterDemo\Logging.d" "EcMasterDemo\ecatDemoCommon.d" "EcMasterDemo\ecatNotification.d" "EcMasterDemo\selectLinkLayer.d"
- -$(RM) "EcMasterDemo.out.rprc" "EcMasterDemo.map"
+ -$(RM) "app" "EcMasterDemo.out.rprc" "EcMasterDemo.map"
-@echo 'Finished clean'
-@echo ' '