From 1fc46c237aaa680c505953dcf9f27f278fbcf6da Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 1 Jul 2018 16:03:05 +0300 Subject: [PATCH] esp-idf-bootloader: build apeos C sources as part of the esp-idf-v3 based bootloader build (symlink) --- components/bootloader/subproject/main/apeos | 1 + components/bootloader/subproject/main/component.mk | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 components/bootloader/subproject/main/apeos diff --git a/components/bootloader/subproject/main/apeos b/components/bootloader/subproject/main/apeos new file mode 120000 index 0000000..b3e266f --- /dev/null +++ b/components/bootloader/subproject/main/apeos @@ -0,0 +1 @@ +../../../../src \ No newline at end of file diff --git a/components/bootloader/subproject/main/component.mk b/components/bootloader/subproject/main/component.mk index 377d04e..1475978 100644 --- a/components/bootloader/subproject/main/component.mk +++ b/components/bootloader/subproject/main/component.mk @@ -32,3 +32,5 @@ endif COMPONENT_ADD_LDFLAGS += -L $(COMPONENT_PATH) $(addprefix -T ,$(LINKER_SCRIPTS)) COMPONENT_ADD_LINKER_DEPS := $(LINKER_SCRIPTS) + +COMPONENT_SRCDIRS += apeos -- 2.11.4.GIT