18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ciexport srctree := $(abspath ../../../..) 38c2ecf20Sopenharmony_ciexport CC := gcc 48c2ecf20Sopenharmony_ciexport LD := ld 58c2ecf20Sopenharmony_ciexport AR := ar 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ciex: 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ciinclude $(srctree)/tools/build/Makefile.include 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ciex: ex-in.o libex-in.o 128c2ecf20Sopenharmony_ci $(CC) -o $@ $^ 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ciex.%: fixdep FORCE 158c2ecf20Sopenharmony_ci make -f $(srctree)/tools/build/Makefile.build dir=. $@ 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ciex-in.o: fixdep FORCE 188c2ecf20Sopenharmony_ci make $(build)=ex 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_cilibex-in.o: fixdep FORCE 218c2ecf20Sopenharmony_ci make $(build)=libex 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ciclean: 248c2ecf20Sopenharmony_ci find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete 258c2ecf20Sopenharmony_ci rm -f ex ex.i ex.s 268c2ecf20Sopenharmony_ci 278c2ecf20Sopenharmony_ci.PHONY: FORCE 28