On Tue, 30 Jun 2020 16:29:55 +0200 Thomas Huth <[email protected]> wrote:
> The Makefile of the s390-ccw bios does not handle dependencies of the > *.c files from the headers yet, so that you often have to run a "make > clean" to get the build right when one of the headers has been changed. > Let's make sure that we generate and include dependency files for all > *.c files now to avoid this problem in the future. > > Signed-off-by: Thomas Huth <[email protected]> > --- > pc-bios/s390-ccw/Makefile | 3 +++ > pc-bios/s390-ccw/netboot.mak | 13 +++++++------ > 2 files changed, 10 insertions(+), 6 deletions(-) My Makefile-fu is not that strong, but this looks sane to me. Acked-by: Cornelia Huck <[email protected]> [I can also pick this directly, if you do not plan to send me a bios pull req.]
