summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-02-26 11:37:24 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-04-09 14:59:46 +0900
commit2d36f0eefb2f0bb61c2ed2b46d9043ec4564f90a (patch)
treebecf72d3eb964ba8f11f2591b288bdb5db068dd9 /Makefile
parent9311577116505151413708316982192fb1b2e875 (diff)
Add BSP patch list on menu
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1dfe8b1..89e3d6f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,12 @@
CMD = ./scripts/html.py
+ALLYAML = $(shell ./scripts/find.py -a)
FOLDERS = $(subst ./,,$(shell cd ./projects; find -type d))
DST = $(subst yaml,html,$(subst projects,html,${SRC}))
MEMBER = BSP Geert Jacopo Kaneko Kieran Laurent Magnus Marek Morimoto Niklas Shimoda Simon Ulrich Wolfram
STATUS = New Active Blocked Paused Done Abandoned
SPF = menu subindex body
-all: summary spf files index.html members statuss
+all: summary spf files index.html members statuss html/bsp.html
summary:
@for folder in ${FOLDERS}; do\
@@ -31,7 +32,7 @@ index.html: ${CMD}
@${CMD} index > $@
files:
- @for file in $(shell ./scripts/find.py -a); do\
+ @for file in ${ALLYAML}; do\
make -s SRC=$${file} file;\
done;
@@ -58,6 +59,10 @@ ${DST}: ${SRC} ${CMD}
@echo "${DST}"
${CMD} ${TGT} ${SRC} > $@
+html/bsp.html: ${ALLYAML} ${CMD}
+ @echo $@
+ @${CMD} bsp ${ALLYAML} > $@
+
clean:
@rm -fr html
@rm -fr *.html