[ppc64el] udeb: Fix relative #include filenames in kernel-image module list

Last time I applied the change to *-modules and therefore missed
kernel-image.
This commit is contained in:
Ben Hutchings 2018-09-20 02:42:05 +01:00
parent 18c7108d36
commit 81f22ddc4c
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
linux (4.19~rc4-1~exp2) UNRELEASED; urgency=medium
* [ppc64el] udeb: Fix relative #include filenames in kernel-image module
list (really fixes FTBFS?)
-- Ben Hutchings <ben@decadent.org.uk> Thu, 20 Sep 2018 02:40:54 +0100
linux (4.19~rc4-1~exp1) experimental; urgency=medium
* New upstream release candidate

View File

@ -1 +1 @@
#include "../../../ppc64/modules/ppc64/kernel-image"
#include "../ppc64/kernel-image"