On Tue, Oct 11, 2011 at 3:55 AM, abhinav narain
<[email protected]> wrote:
> I was interested in knowing do I have to change anything in makefiles if I
> add another header file in the folder as a part of patch ?
> or is it that if a corresponding .c file is present, its .h file is taken by
> default(as in usual make) ?
>
It depends on the patch. If it include header files in directories not included
in the current include path, do yo have to link with new libraries,etc.
It also in part depends on how the make file was written. (Do you have to add
a new phony target, update file dependency,etc).
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to