From beca53b79fd595da46da779a20464c333d63e3a0 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 5 Jun 2018 10:10:34 +0200 Subject: wip --- ota-test/main/component.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ota-test/main/component.mk') diff --git a/ota-test/main/component.mk b/ota-test/main/component.mk index a98f634..367eb27 100644 --- a/ota-test/main/component.mk +++ b/ota-test/main/component.mk @@ -2,3 +2,10 @@ # "main" pseudo-component makefile. # # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.) + +CFLAGS += -DRBOOT_INTEGRATION +COMPONENT_ADD_INCLUDEDIRS += \ + ../../thirdparty/rboot/appcode \ + ../../thirdparty/rboot +COMPONENT_SRCDIRS += \ + ../../thirdparty/rboot/appcode -- cgit v1.2.3