pc-bios/s390-ccw: Generate and include dependency files in the Makefile
authorThomas Huth <thuth@redhat.com>
Tue, 30 Jun 2020 14:17:30 +0000 (16:17 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 2 Jul 2020 08:00:58 +0000 (10:00 +0200)
commit1c9f655066d1defbe083ef06723be919cdfc13dc
tree3c9b9b873c00bb498b385750d87a97f55be34176
parent9598c227aaff9f0c2ee7aee5b8013600b71bca15
pc-bios/s390-ccw: Generate and include dependency files in the Makefile

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.

Acked-by: Cornelia Huck <cohuck@redhat.com>
Message-Id: <20200630142955.7662-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/Makefile
pc-bios/s390-ccw/netboot.mak