18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ciINCLUDEDIR := -I. 38c2ecf20Sopenharmony_ciCFLAGS := $(CFLAGS) $(INCLUDEDIR) -Wall -O2 -g 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ciTEST_GEN_FILES := adi-test 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciall: $(TEST_GEN_FILES) 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci$(TEST_GEN_FILES): adi-test.c 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ciTEST_PROGS := drivers_test.sh 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciinclude ../../lib.mk 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci$(OUTPUT)/adi-test: adi-test.c 16