2020-12-20 13:31:44 +01:00
|
|
|
CSRC += $(wildcard $(CURRENTPATH)/src/drivers/can/*.c)
|
|
|
|
CSRC += $(wildcard $(CURRENTPATH)/src/*.c)
|
2020-12-20 17:35:03 +01:00
|
|
|
CSRC += $(wildcard $(CURRENTPATH)/src/interfaces/*.c)
|
2020-12-20 13:31:44 +01:00
|
|
|
CSRC += $(wildcard $(CURRENTPATH)/src/rtable/csp_rtable_cidr.c)
|
|
|
|
CSRC += $(wildcard $(CURRENTPATH)/src/crypto/*.c)
|
|
|
|
CSRC += $(wildcard $(CURRENTPATH)/src/arch/posix/*.c)
|
|
|
|
CSRC += $(wildcard $(CURRENTPATH)/src/transport/*.c)
|
|
|
|
|
|
|
|
INCLUDES += $(CURRENTPATH)/include
|
|
|
|
INCLUDES += $(CURRENTPATH)/include/csp
|
|
|
|
INCLUDES += $(CURRENTPATH)/include/csp/crypto
|
|
|
|
INCLUDES += $(CURRENTPATH)
|