# evlist/module.mk

ARLIBS += $(DIR)/evlist.a

SRC-$(DIR)/evlist.a := $(DIR)/device.c $(DIR)/evlist.c $(DIR)/fd.c \
					   $(DIR)/serial.c $(DIR)/child.c $(DIR)/null.c

# vim: set ts=4 sw=4 tw=80 noet:
