# SPDX-License-Identifier: GPL-2.0 # Carsten Haitzler , 2021 include ../Makefile.miniconfig # Binary to produce BIN=memcpy_thread # Any linking/libraries needed for the binary - empty if none needed LIB=-pthread all: $(BIN) $(BIN): $(BIN).c ifdef CORESIGHT ifeq ($(ARCH),arm64) # Build line $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB) endif endif install-tests: all ifdef CORESIGHT ifeq ($(ARCH),arm64) # Install the test tool in the right place $(call QUIET_INSTALL, tests) \ $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)'; \ $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)' endif endif clean: $(Q)$(RM) -f $(BIN) .PHONY: all clean install-tests n' name='id' value='64a5dedcff801072154a806102d731ecdf0e7552'/> Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/drivers/clk/qcom/camcc-sc8180x.c
AgeCommit message (Expand)Author
2025-06-10clk: qcom: camcc-sc8180x: Add SC8180X camera clock controller driverSatya Priya Kakitapalli