From 27e63fa4c95e5f756ac8dc5029e7bdba36e69a8b Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 28 Aug 2016 02:23:37 +0200 Subject: 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 --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') 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 -- cgit