From 226ad884d22a482ba4d10d12db2ed6518ed60e1b Mon Sep 17 00:00:00 2001 From: "Lu, Han" Date: Wed, 23 Sep 2015 15:48:55 +0800 Subject: BAT: Add Makefile and configures Add Makefile and configures that enable BAT on alsa-utils Signed-off-by: Lu, Han Signed-off-by: Liam Girdwood Signed-off-by: Bernard Gautier Signed-off-by: Takashi Iwai --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 613f62d..3d24b87 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,9 @@ SUBDIRS += aplay iecset speaker-test if ALSALOOP SUBDIRS += alsaloop endif +if BAT +SUBDIRS += bat +endif endif if HAVE_SEQ SUBDIRS += seq -- cgit v1.2.1