blob: 39c31d15c54daa13256a90b0f5dcb755fb7236b4 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
include $(ADHD_DIR)/defs/definitions.mk
CFILES = \
fifo.c \
gpio_switch_monitor.c \
initialization.c \
set_factory_default.c \
signal_handling.c \
sys_input.c \
thread_gpio_switch_monitor.c \
thread_management.c \
utils.c \
workfifo.c \
main.c
OFILES = $(CFILES:.c=.o)
MY_LIBS = pthread asound
gavd: $(OFILES) $(GAVD_ARCHIVE)
$(CC) -o $@ $(OFILES) $(LIBS) -Xlinker -Map=$@.map
-include *.d