remove motor_control folder from the repository Fixes: PINDSW-5635 Signed-off-by: Naresh A <nareshk@ti.com>
86 lines
3.4 KiB
Plaintext
86 lines
3.4 KiB
Plaintext
#
|
|
# Auto generated makefile
|
|
#
|
|
|
|
BUILD_COMBO_EXAMPLE_PROJECTSPEC_BUILD_ALL =
|
|
# Various Example Projectspec Build Targets
|
|
BUILD_COMBO_EXAMPLE_PROJECTSPEC_BUILD_ALL += tamagawa_diagnostic_soc_uart_am263x-lp_r5fss0-0_freertos_ti-arm-clang_build
|
|
# Various System Example Projectspec Build Targets
|
|
|
|
BUILD_COMBO_EXAMPLE_PROJECTSPEC_BUILD_PRIVATE_ALL =
|
|
# Various Private Example Projectspec Build Targets
|
|
# Various Private System Example Projectspec Build Targets
|
|
|
|
all: $(BUILD_COMBO_EXAMPLE_PROJECTSPEC_BUILD_ALL)
|
|
|
|
all-private: $(BUILD_COMBO_EXAMPLE_PROJECTSPEC_BUILD_PRIVATE_ALL)
|
|
|
|
tamagawa_diagnostic_soc_uart_am263x-lp_r5fss0-0_freertos_ti-arm-clang_build:
|
|
$(MAKE) -C examples/position_sense/tamagawa_diagnostic_over_soc_uart/am263x-lp/r5fss0-0_freertos/ti-arm-clang -f makefile_projectspec all
|
|
|
|
|
|
|
|
BUILD_COMBO_EXAMPLE_PROJECTSPEC_CLEAN_ALL =
|
|
# Various Example Projectspec Clean Targets
|
|
BUILD_COMBO_EXAMPLE_PROJECTSPEC_CLEAN_ALL += tamagawa_diagnostic_soc_uart_am263x-lp_r5fss0-0_freertos_ti-arm-clang_clean
|
|
# Various System Example Projectspec Clean Targets
|
|
|
|
BUILD_COMBO_EXAMPLE_PROJECTSPEC_CLEAN_PRIVATE_ALL =
|
|
# Various Private Example Projectspec Clean Targets
|
|
# Various Private System Example Projectspec Clean Targets
|
|
|
|
clean: $(BUILD_COMBO_EXAMPLE_PROJECTSPEC_CLEAN_ALL)
|
|
|
|
clean-private: $(BUILD_COMBO_EXAMPLE_PROJECTSPEC_CLEAN_PRIVATE_ALL)
|
|
|
|
tamagawa_diagnostic_soc_uart_am263x-lp_r5fss0-0_freertos_ti-arm-clang_clean:
|
|
$(MAKE) -C examples/position_sense/tamagawa_diagnostic_over_soc_uart/am263x-lp/r5fss0-0_freertos/ti-arm-clang -f makefile_projectspec clean
|
|
|
|
|
|
|
|
BUILD_COMBO_EXAMPLE_PROJECTSPEC_EXPORT_ALL =
|
|
# Various Example Projectspec Export Targets
|
|
BUILD_COMBO_EXAMPLE_PROJECTSPEC_EXPORT_ALL += tamagawa_diagnostic_soc_uart_am263x-lp_r5fss0-0_freertos_ti-arm-clang_export
|
|
# Various System Example Projectspec Export Targets
|
|
|
|
BUILD_COMBO_EXAMPLE_PROJECTSPEC_EXPORT_PRIVATE_ALL =
|
|
# Various Private Example Projectspec Export Targets
|
|
# Various Private System Example Projectspec Export Targets
|
|
|
|
export: $(BUILD_COMBO_EXAMPLE_PROJECTSPEC_EXPORT_ALL)
|
|
|
|
export-private: $(BUILD_COMBO_EXAMPLE_PROJECTSPEC_EXPORT_PRIVATE_ALL)
|
|
|
|
tamagawa_diagnostic_soc_uart_am263x-lp_r5fss0-0_freertos_ti-arm-clang_export:
|
|
$(MAKE) -C examples/position_sense/tamagawa_diagnostic_over_soc_uart/am263x-lp/r5fss0-0_freertos/ti-arm-clang -f makefile_projectspec export
|
|
|
|
|
|
|
|
help:
|
|
@echo Notes,
|
|
@echo - Use -j to invoke parallel builds
|
|
@echo - Use PROFILE=Debug or PROFILE=Release [default] to build in Debug or Release profile
|
|
@echo .
|
|
@echo Overall build targets,
|
|
@echo ======================
|
|
@echo $(MAKE) -s -f makefile_projectspec.am263x help
|
|
@echo .
|
|
@echo $(MAKE) -s -f makefile_projectspec.am263x [export all clean]
|
|
@echo .
|
|
@echo export = export projectspec to CCS project in the folder ./ccs_projects/,
|
|
@echo export MUST be called once before 'all' or 'clean'
|
|
@echo all = build the previously exported projectspecs
|
|
@echo clean = clean the previously exported projectspecs
|
|
@echo .
|
|
@echo Example ProjectSpec build targets,
|
|
@echo ==================================
|
|
@echo $(MAKE) -s -C examples/position_sense/tamagawa_diagnostic_over_soc_uart/am263x-lp/r5fss0-0_freertos/ti-arm-clang -f makefile_projectspec [export all clean]
|
|
@echo .
|
|
@echo System Example ProjectSpec build targets,
|
|
@echo =========================================
|
|
@echo .
|
|
|
|
.PHONY: all all-private
|
|
.PHONY: clean clean-private
|
|
.PHONY: help
|