From 9d649add08beb93728ba2943a2c05f8f160f8296 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 5 Mar 2015 11:03:56 +0100 Subject: [PATCH] conf/ucm: Add Makefile.am for broadwell-rt286 ucm config Signed-off-by: Takashi Iwai --- configure.ac | 1 + src/conf/ucm/Makefile.am | 2 +- src/conf/ucm/broadwell-rt286/Makefile.am | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 src/conf/ucm/broadwell-rt286/Makefile.am diff --git a/configure.ac b/configure.ac index f0995e3a..9621d4e9 100644 --- a/configure.ac +++ b/configure.ac @@ -655,6 +655,7 @@ AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile doc/doxygen.cfg \ src/conf/ucm/tegraalc5632/Makefile \ src/conf/ucm/PAZ00/Makefile \ src/conf/ucm/GoogleNyan/Makefile \ + src/conf/ucm/broadwell-rt286/Makefile \ modules/Makefile modules/mixer/Makefile modules/mixer/simple/Makefile \ alsalisp/Makefile aserver/Makefile \ test/Makefile test/lsb/Makefile \ diff --git a/src/conf/ucm/Makefile.am b/src/conf/ucm/Makefile.am index 14fc7aee..e6a6325b 100644 --- a/src/conf/ucm/Makefile.am +++ b/src/conf/ucm/Makefile.am @@ -1 +1 @@ -SUBDIRS=DAISY-I2S PandaBoard PandaBoardES SDP4430 tegraalc5632 PAZ00 GoogleNyan +SUBDIRS=DAISY-I2S PandaBoard PandaBoardES SDP4430 tegraalc5632 PAZ00 GoogleNyan broadwell-rt286 diff --git a/src/conf/ucm/broadwell-rt286/Makefile.am b/src/conf/ucm/broadwell-rt286/Makefile.am new file mode 100644 index 00000000..73861faa --- /dev/null +++ b/src/conf/ucm/broadwell-rt286/Makefile.am @@ -0,0 +1,4 @@ +alsaconfigdir = @ALSA_CONFIG_DIR@ +ucmdir = $(alsaconfigdir)/ucm/broadwell-rt286 +ucm_DATA = broadwell-rt286.conf HiFi +EXTRA_DIST = $(ucm_DATA) -- 2.47.3