genode/repos/dde_bsd/Makefile
Josef Söntgen 49dd9242f7 dde_bsd: add audio drivers ported from OpenBSD
These audio drivers enable support for Intel HD Audio (Azalia) and
Ensoniq AudioPCI (ES1370) compatible soundcards. They are ported
from OpenBSD 5.7.

Fixes #1498.
2015-05-06 16:18:36 +02:00

25 lines
405 B
Makefile

#
# \brief Download, and unpack BSD kernel sources
# \author Josef Soentgen
# \date 2014-11-09
#
VERBOSE ?= @
ECHO := @echo
#
# Print help information by default
#
help::
prepare:
$(VERBOSE)../../tool/ports/prepare_port dde_bsd
help::
$(ECHO)
$(ECHO) "Prepare the dde_bsd repository"
$(ECHO)
$(ECHO) "--- available commands ---"
$(ECHO) "prepare - checkout upstream source codes"
$(ECHO)