diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-08-28 02:23:37 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:19 +0200 |
commit | 27e63fa4c95e5f756ac8dc5029e7bdba36e69a8b (patch) | |
tree | 26519faefaffed8fd83486c78261b538b41558d8 /Makefile.in | |
parent | 132c9f88f55e2ce2ee9e66b9c6bbd9cd6037b36a (diff) |
add configure setting for the update channel
This only makes sense with the mar based updater and is currently only
used for uploading the builds.
Change-Id: I8baec67419bd1042e89d0373ca868973b23d8a5f
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 8edf57e7c0a7..a898ef716196 100644 --- a/Makefile.in +++ b/Makefile.in @@ -420,6 +420,9 @@ create-mar: upload-symbols: $(MAKE) -f $(SRCDIR)/Makefile.gbuild upload-symbols +create-update-info: + $(MAKE) -f $(SRCDIR)/Makefile.gbuild create-update-info + dump-deps: @$(SRCDIR)/bin/module-deps.pl $(MAKE) $(SRCDIR)/Makefile.gbuild |