mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
26 lines
394 B
Makefile
26 lines
394 B
Makefile
#
|
|
# \brief Download, and unpack iPXE
|
|
# \author Josef Soentgen
|
|
# \date 2014-05-20
|
|
#
|
|
|
|
VERBOSE ?= @
|
|
ECHO := @echo
|
|
|
|
#
|
|
# Print help information by default
|
|
#
|
|
help::
|
|
|
|
prepare:
|
|
$(VERBOSE)../../tool/ports/prepare_port dde_ipxe
|
|
|
|
help::
|
|
$(ECHO)
|
|
$(ECHO) "Prepare the dde_ipxe repository"
|
|
$(ECHO)
|
|
$(ECHO) "--- available commands ---"
|
|
$(ECHO) "prepare - checkout upstream source codes"
|
|
$(ECHO)
|
|
|