1global-incdirs-y += .
2srcs-y += main.c
3ifeq ($(PLATFORM_FLAVOR),hikey)
4srcs-$(CFG_SPI_TEST) += spi_test.c
5endif
6