genode/repos/dde_bsd/src/drivers/audio_out/target.mk
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

6 lines
125 B
Makefile

TARGET = audio_out_drv
REQUIRES = x86
SRC_CC = main.cc
LIBS = audio base config server
INC_DIR += $(REP_DIR)/include