Skip to content
Snippets Groups Projects
Unverified Commit aaa41506 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

build: fix inclusion of site/modules

parent 054b1094
No related branches found
No related tags found
No related merge requests found
......@@ -30,17 +30,17 @@ export GLUON_RELEASE GLUON_ATH10K_MESH GLUON_REGION
update: FORCE
@scripts/update.sh
@scripts/patch.sh
@scripts/feeds.sh
@GLUON_SITEDIR='$(GLUON_SITEDIR)' scripts/update.sh
@GLUON_SITEDIR='$(GLUON_SITEDIR)' scripts/patch.sh
@GLUON_SITEDIR='$(GLUON_SITEDIR)' scripts/feeds.sh
update-patches: FORCE
@scripts/update.sh
@scripts/update-patches.sh
@scripts/patch.sh
@GLUON_SITEDIR='$(GLUON_SITEDIR)' scripts/update.sh
@GLUON_SITEDIR='$(GLUON_SITEDIR)' scripts/update-patches.sh
@GLUON_SITEDIR='$(GLUON_SITEDIR)' scripts/patch.sh
update-feeds: FORCE
@scripts/feeds.sh
@GLUON_SITEDIR='$(GLUON_SITEDIR)' scripts/feeds.sh
GLUON_TARGETS :=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment