summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@chromium.org>2012-11-02 15:03:03 +0800
committerGerrit <chrome-bot@google.com>2012-12-05 23:46:56 -0800
commit1cde7e5c671f67174f06c599f897327f76be1a6f (patch)
tree657caa86e697e3603aa726bb62f8cc4f7fb3288b /Makefile
parent5d3c38538845869fb38cde16ec12e96245bc996f (diff)
downloadadhd-1cde7e5c671f67174f06c599f897327f76be1a6f.tar.gz
CRAS: DSP - Add dsp ini file parsing.
The ini file is a specification of input/output plugins and their connections. BUG=chromium-os:36300 TEST=make check Change-Id: I9d4c60ac3321cee052807d9c694dfbb55c402b86 Reviewed-on: https://gerrit.chromium.org/gerrit/38380 Commit-Ready: Chih-Chung Chang <chihchung@chromium.org> Reviewed-by: Chih-Chung Chang <chihchung@chromium.org> Tested-by: Chih-Chung Chang <chihchung@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 123327c9..94dc00f0 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ ifneq ($(strip $(optional_cras_conf)),)
cras-config-files:
$(ECHO) "Installing cras config files"
$(INSTALL) --mode 755 -d $(DESTDIR)etc/cras/
- $(INSTALL) --mode 644 -D "$(optional_cras_conf)" $(DESTDIR)etc/cras/
+ $(INSTALL) --mode 644 -D $(ADHD_DIR)/cras-config/$(BOARD)/* $(DESTDIR)etc/cras/
install: cras-config-files