BMLite_RPi/hcp/hcp.mk
Andrey Perminov ee1de8e94d Initial commit
Change-Id: If8b9b540c22ba2c72ec05e9f0fac8dc4499ded0b
2020-04-16 15:17:23 -07:00

6 lines
137 B
Makefile

# Binary sources
VPATH += $(DEPTH)../hcp/src/
C_SRCS += $(notdir $(wildcard $(DEPTH)../hcp/src/*.c))
C_INC += -I$(DEPTH)../hcp/inc