BMLite_Nordic/hcp/hcp.mk
Andrey Perminov 06b99d7e18 Initial commit
Change-Id: I532af5014d3392fb525487a4894673405cf6fe42
2020-04-16 15:40:31 -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