genode/repos/base-okl4/Makefile

24 lines
413 B
Makefile
Raw Normal View History

2011-12-22 16:19:25 +01:00
#
# \brief Download, unpack and patch OKL4 source code
# \author Stefan Kalkowski
# \date 2011-05-02
#
VERBOSE ?= @
2011-12-22 16:19:25 +01:00
#
# Print help information by default
#
help:
$(ECHO)
$(ECHO) "Prepare the OKL4 base repository"
$(ECHO)
$(ECHO) "--- available commands ---"
$(ECHO) "prepare - download and extract the OKL4 source code"
$(ECHO)
prepare:
2014-05-27 12:25:17 +02:00
$(VERBOSE)../../tool/ports/prepare_port okl4
2011-12-22 16:19:25 +01:00
clean cleanall: