Page 1 of 1

local makefile/kconfig

Posted: Tue Sep 11, 2018 12:43 pm
by maxzen
Hello all,

I used kconfig to set something in my project, but I won a complete compilation

I added some CFLAGS += -Dxxxx in makefile, but also with this I got a complete compilation

I believe that both approaches change the root of the compilation tree, can I have a "local" kconfig/makefile?

Re: local makefile/kconfig

Posted: Tue Sep 11, 2018 11:36 pm
by ESP_Angus
Hi,

I'm not sure I understand the question, but I think the answer is "yes".

Suggest starting with the Build System documentation, particularly the parts about "component.mk" files:
https://docs.espressif.com/projects/esp ... ystem.html

If you still have questions afterwards, let us know.