summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 82cbf70e..b2f887b5 100644
--- a/Makefile
+++ b/Makefile
@@ -2,21 +2,20 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
ifndef BOARD
-$(warning 'BOARD' is not defined. Board-specific features will \
- not be available.)
+$(error 'BOARD' is not defined. Unable to build gavd.)
endif
export ADHD_DIR = $(shell pwd)
include $(ADHD_DIR)/defs/definitions.mk
-all: gavd
+all: gavd alsainfo
-gavd:: lib
+alsainfo gavd:: lib
-lib gavd:: # Google Audio Visual Daemon
+lib gavd alsainfo::
@$(call remake,$@)
clean:
@rm -rf $(ADHD_BUILD_DIR)
-.PHONY: gavd clean
+.PHONY: gavd clean alsainfo lib