summaryrefslogtreecommitdiff
path: root/ota-test/main/component.mk
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-06-05 10:10:34 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-06-05 10:10:34 +0200
commitbeca53b79fd595da46da779a20464c333d63e3a0 (patch)
tree5ca2567d571711773f2036221259eff30db85e3e /ota-test/main/component.mk
parentfadeb06d74c3d739dc1202031e1eea1374e8917e (diff)
downloadmodern-esp-sandbox-beca53b79fd595da46da779a20464c333d63e3a0.tar.gz
modern-esp-sandbox-beca53b79fd595da46da779a20464c333d63e3a0.tar.bz2
modern-esp-sandbox-beca53b79fd595da46da779a20464c333d63e3a0.tar.xz
modern-esp-sandbox-beca53b79fd595da46da779a20464c333d63e3a0.zip
wip
Diffstat (limited to 'ota-test/main/component.mk')
-rw-r--r--ota-test/main/component.mk7
1 files changed, 7 insertions, 0 deletions
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