From c7de73b6551653aec69fa41f2d47fc85cc59c02e Mon Sep 17 00:00:00 2001 From: h2zero Date: Sun, 29 Mar 2020 19:13:59 -0600 Subject: [PATCH] Add missing component.mk file. --- component.mk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 component.mk diff --git a/component.mk b/component.mk new file mode 100644 index 0000000..5634368 --- /dev/null +++ b/component.mk @@ -0,0 +1,2 @@ +COMPONENT_ADD_INCLUDEDIRS := src +COMPONENT_SRCDIRS := src \ No newline at end of file