mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
conf/ucm: Add Makefile.am for broadwell-rt286 ucm config
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
3c263716fd
commit
9d649add08
3 changed files with 6 additions and 1 deletions
|
|
@ -655,6 +655,7 @@ AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile doc/doxygen.cfg \
|
||||||
src/conf/ucm/tegraalc5632/Makefile \
|
src/conf/ucm/tegraalc5632/Makefile \
|
||||||
src/conf/ucm/PAZ00/Makefile \
|
src/conf/ucm/PAZ00/Makefile \
|
||||||
src/conf/ucm/GoogleNyan/Makefile \
|
src/conf/ucm/GoogleNyan/Makefile \
|
||||||
|
src/conf/ucm/broadwell-rt286/Makefile \
|
||||||
modules/Makefile modules/mixer/Makefile modules/mixer/simple/Makefile \
|
modules/Makefile modules/mixer/Makefile modules/mixer/simple/Makefile \
|
||||||
alsalisp/Makefile aserver/Makefile \
|
alsalisp/Makefile aserver/Makefile \
|
||||||
test/Makefile test/lsb/Makefile \
|
test/Makefile test/lsb/Makefile \
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
SUBDIRS=DAISY-I2S PandaBoard PandaBoardES SDP4430 tegraalc5632 PAZ00 GoogleNyan
|
SUBDIRS=DAISY-I2S PandaBoard PandaBoardES SDP4430 tegraalc5632 PAZ00 GoogleNyan broadwell-rt286
|
||||||
|
|
|
||||||
4
src/conf/ucm/broadwell-rt286/Makefile.am
Normal file
4
src/conf/ucm/broadwell-rt286/Makefile.am
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
alsaconfigdir = @ALSA_CONFIG_DIR@
|
||||||
|
ucmdir = $(alsaconfigdir)/ucm/broadwell-rt286
|
||||||
|
ucm_DATA = broadwell-rt286.conf HiFi
|
||||||
|
EXTRA_DIST = $(ucm_DATA)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue