⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testapps.mk

📁 sm86xx rootfs来源包括补丁( GPL )的
💻 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 + -