genode/repos/base-nova/Makefile

28 lines
489 B
Makefile
Raw Normal View History

2011-12-22 16:19:25 +01:00
#
# \brief Download, and unpack the NOVA hypervisor.
# \author Stefan Kalkowski
# \author Alexander Boettcher
# \date 2012-06-04
2011-12-22 16:19:25 +01:00
#
VERBOSE ?= @
ECHO := @echo
2011-12-22 16:19:25 +01:00
#
# Print help information by default
#
help::
prepare:
2014-05-27 12:25:17 +02:00
$(VERBOSE)../../tool/ports/prepare_port nova
help::
2011-12-22 16:19:25 +01:00
$(ECHO)
$(ECHO) "Prepare the NOVA base repository"
$(ECHO)
$(ECHO) "--- available commands ---"
$(ECHO) "prepare - checkout upstream source codes"
$(ECHO) "clean - remove upstream source codes"
2011-12-22 16:19:25 +01:00
$(ECHO)