So that the catch-all $(MAKECMDGOALS) rule isn't used when trying to
upload a release, add 'preupload' and 'upload' to the list of make
targets that are handled by other Makefiles.
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
# Hook to add private Makefile targets for the maintainer.
-include $(topdir)/Makefile.private
-private-targets = prerel unprerel official release burn isolinux.iso
+private-targets = prerel unprerel official release burn isolinux.iso \
+ preupload upload
ifeq ($(MAKECMDGOALS),)
MAKECMDGOALS += all