blob: b2f887b59e1b21e9daaf2f60725dc9ee09a83d79 [file] [log] [blame]
Taylor Hutt89822042011-08-23 14:44:34 -07001# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4ifndef BOARD
Taylor Hutt690fc532011-09-02 10:23:43 -07005$(error 'BOARD' is not defined. Unable to build gavd.)
Taylor Hutt89822042011-08-23 14:44:34 -07006endif
7
8export ADHD_DIR = $(shell pwd)
9include $(ADHD_DIR)/defs/definitions.mk
10
Taylor Hutt690fc532011-09-02 10:23:43 -070011all: gavd alsainfo
Taylor Hutt89822042011-08-23 14:44:34 -070012
Taylor Hutt690fc532011-09-02 10:23:43 -070013alsainfo gavd:: lib
Taylor Hutt47ce5dc2011-09-02 10:23:43 -070014
Taylor Hutt690fc532011-09-02 10:23:43 -070015lib gavd alsainfo::
Taylor Hutt172808c2011-09-01 14:06:32 -070016 @$(call remake,$@)
Taylor Hutt89822042011-08-23 14:44:34 -070017
18clean:
19 @rm -rf $(ADHD_BUILD_DIR)
20
Taylor Hutt690fc532011-09-02 10:23:43 -070021.PHONY: gavd clean alsainfo lib