blob: fdecbc8f17a2140b37e6952f1c08baa6eee88101 [file] [log] [blame]
Rosa Chow4a28f9c2013-06-17 17:31:06 -07001#### filelist.mk for inv_devnode_parser ####
2
3# headers
4HEADERS += $(APP_DIR)/iio_utils.h
5
6# sources
7SOURCES := $(APP_DIR)/read_device_node.c
8
9INV_SOURCES += $(SOURCES)
10
11VPATH += $(APP_DIR) $(COMMON_DIR) $(HAL_DIR)/linux