📄 testapps.mk
字号:
testapps := \ iruser \ scuser \ fipusertestapps_dir := $(BASE_DIR)/package/testappstestapps_bin := $(testapps:%=$(testapps_dir)/%)testapps_target := $(testapps:%=$(TARGET_DIR)/usr/bin/%)$(testapps_bin): RMCFLAGS=-DEM86XX_CHIP=EM86XX_CHIPID_TANGO2 $(MAKE) -C package/testapps $(@F) $(testapps_target): $(TARGET_DIR)/usr/bin/%: $(testapps_dir)/% cp $< $@ .PHONY: testappstestapps: $(testapps_target).PHONY: testapps-cleantestapps-clean: -rm $(testapps).PHONY: testapps-dircleantestapps-dirclean: testapps-cleanifeq '$(strip $(SD_PACKAGE_TESTAPPS))' 'y'ifeq '$(UCLINUX_KERNEL)' ''$(warning You must define UCLINUX_KERNEL to point to your MIPS kernel source)$(warning tree in order to build the Sigma Designs test applications.)$(error Error: UCLINUX_KERNEL not defined.)endifTARGETS += testappsendif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -