Re: [PATCH] pc-bios/s390-ccw: Generate and include dependency files in the Makefile

2020-07-01 Thread Cornelia Huck
On Tue, 30 Jun 2020 16:29:55 +0200 Thomas Huth 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

[PATCH] pc-bios/s390-ccw: Generate and include dependency files in the Makefile

2020-06-30 Thread Thomas Huth
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