xref: /aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/filelist.mk (revision 02424279a734a0cb64681cf11d5208a917662433)
1#### filelist.mk for console_test ####
2
3# headers
4HEADERS += $(HAL_DIR)/include/inv_sysfs_utils.h
5
6# sources
7SOURCES := $(APP_DIR)/inv_self_test.c
8
9INV_SOURCES += $(SOURCES)
10
11VPATH += $(APP_DIR) $(COMMON_DIR) $(HAL_DIR)/linux
12