Page 1 of 1

Component.mk

Posted: Thu Aug 16, 2018 11:39 am
by akash.nair
For my project i have kept my component in component directory.
For eg: Inside component folder-> Akash. Now inside this component folder Akash I am having 2 more component directories.
How can i give path to this 2 component folder that is inside main folder Akash ?

Re: Component.mk

Posted: Thu Aug 16, 2018 4:02 pm
by kolban
I think the notion of the "component" file structure is that each directory under components is a self contained unit of "function" that will be compiled and linked with your application. If you have a component called "X" do you really mean to say that you have "nested" components called "X/Y" and "X/Z" or do you mean that for structural layout you are organizing your source files in sub directories called "Y" and "Z" but still only have one component called "X"?