Files
gk-sdk/source/gmp/usr/isp/isp_algorithm/common.mk
T

2 lines
112 B
Makefile
Executable File

ascii_to_lower = $(shell echo $(1) | tr '[:upper:]' '[:lower:]')
CHIPARCH := $(call ascii_to_lower,$(CHIPARCH))