xref: /third_party/ltp/testcases/kernel/mce-test/stress/tools/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/testcases/kernel/mce-test/stress/tools/
1f08c3bdfSopenharmony_ciSUBDIRS ?= fs-metadata page-poisoning
2f08c3bdfSopenharmony_ci
3f08c3bdfSopenharmony_ciall:
4f08c3bdfSopenharmony_ci	@for i in ${SUBDIRS}; do        \
5f08c3bdfSopenharmony_ci		${MAKE} -C $$i $@;      \
6f08c3bdfSopenharmony_ci	done
7f08c3bdfSopenharmony_ci
8f08c3bdfSopenharmony_ciinstall:
9f08c3bdfSopenharmony_ci	@for i in ${SUBDIRS}; do        \
10f08c3bdfSopenharmony_ci		${MAKE} -C $$i $@;      \
11f08c3bdfSopenharmony_ci	done
12f08c3bdfSopenharmony_ci
13f08c3bdfSopenharmony_ciclean:
14f08c3bdfSopenharmony_ci	@for i in ${SUBDIRS}; do        \
15f08c3bdfSopenharmony_ci		${MAKE} -C $$i $@;      \
16f08c3bdfSopenharmony_ci	done
17

Indexes created Thu Nov 07 10:32:03 CST 2024