Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mk/compile.mk: fix header dependency in .d file
Dependency file .o.d are not updated when a header file is removed from a source file. Add option -MP used to fix error generated when removing header files. Signed-off-by: Thomas Bourgoin <[email protected]> Reviewed-by: Jerome Forissier <[email protected]> Reviewed-by: Etienne Carriere <[email protected]> Reviewed-by: Jens Wiklander <[email protected]>
- Loading branch information