summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@google.com>2015-01-23 10:25:44 +0100
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-01-26 19:45:29 +0000
commit3107cc20e5e3897e8bb566f1aba0cbb90f11d645 (patch)
tree3110f4bb9174c7d0fb30deb74631538bf69748c7 /Makefile
parent2a83d056d5c35f300a43ccfced825f0defe7f7b4 (diff)
downloadadhd-3107cc20e5e3897e8bb566f1aba0cbb90f11d645.tar.gz
adhd: remove asound.state files
Remove remaining asound.state files as we use UCM to setup mixer defaults. Also remove outdated 00README. BUG=none TEST=equery-${BOARD} f media-sound/adhd | grep asound.state Change-Id: I7fc5993e488b826044266ab990c3aacb0196189f Reviewed-on: https://chromium-review.googlesource.com/242810 Reviewed-by: Dylan Reid <dgreid@chromium.org> Commit-Queue: Dylan Reid <dgreid@chromium.org> Tested-by: Dylan Reid <dgreid@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index dbe22f02..33b631b3 100644
--- a/Makefile
+++ b/Makefile
@@ -23,18 +23,6 @@ $(DESTDIR)/etc/init/cras.conf: $(ADHD_DIR)/upstart/cras.conf
$(ECHO) "Installing '$<' to '$@'"
$(INSTALL) --mode 644 -D $< $@
-optional_asound_state := $(wildcard $(ADHD_DIR)/factory-default/asound.state.$(BOARD))
-
-ifneq ($(strip $(optional_asound_state)),)
-asound_state := $(ADHD_DIR)/factory-default/asound.state.$(BOARD)
-else
-asound_state := $(ADHD_DIR)/factory-default/asound.state.empty
-endif
-
-$(DESTDIR)/etc/asound.state: $(asound_state)
- $(ECHO) "Installing '$<' to '$@'"
- $(INSTALL) --mode 644 -D $< $@
-
$(DESTDIR)/etc/cras/device_blacklist: $(ADHD_DIR)/cras-config/device_blacklist
$(ECHO) "Installing '$<' to '$@'"
$(INSTALL) --mode 644 -D $< $@
@@ -64,7 +52,6 @@ install: $(DESTDIR)/lib/firmware/$(BOARD)_alsa.fw
endif
install: $(DESTDIR)/etc/init/cras.conf \
- $(DESTDIR)/etc/asound.state \
$(DESTDIR)/etc/cras/device_blacklist \
cras-scripts \
cras_install