mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
49dd9242f7
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.
25 lines
405 B
Makefile
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)
|