Ac6 Training Logo
Training Consulting Tools
xref: /picolibc-latest/.github/workflows/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1LINUX_DEPS=\
2	make-workflow \
3	head \
4	variants-cmake \
5	variants \
6	targets-cmake-linux \
7	steps-head \
8	steps-cmake \
9	steps-minsize \
10	steps-release
11
12all: linux.yml zephyr.yml
13
14linux.yml: $(LINUX_DEPS)
15	./make-workflow > $@
16
17ZEPHYR_DEPS=\
18	make-workflow-zephyr \
19	head-zephyr \
20	variants \
21	targets-zephyr \
22	steps-head \
23	steps-minsize \
24	steps-release
25
26zephyr.yml: $(ZEPHYR_DEPS)
27	./make-workflow-zephyr > $@
28
29clean:
30	rm -f linux.yml zephyr.yml
31

served by {OpenGrok

Last Index Update: Sat Oct 18 03:01:21 CEST 2025

CodEx Logo