Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1296716
| From | Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] m32r: fix build failure |
| Date | 2015-12-22 11:50 +0100 |
| Message-ID | <qIsFZ-2OC-51@gated-at.bofh.it> (permalink) |
| References | <qIsFY-2OC-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
m32r allmodconfig is failing with:
In file included from ../include/linux/kvm_para.h:4:0,
from ../kernel/watchdog.c:26:
../include/uapi/linux/kvm_para.h:30:26: fatal error: asm/kvm_para.h: No such file or directory
The kvm_para.h was not included in the build.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
---
arch/m32r/include/asm/Kbuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/m32r/include/asm/Kbuild b/arch/m32r/include/asm/Kbuild
index fd104bd..860e440 100644
--- a/arch/m32r/include/asm/Kbuild
+++ b/arch/m32r/include/asm/Kbuild
@@ -3,6 +3,7 @@ generic-y += clkdev.h
generic-y += cputime.h
generic-y += exec.h
generic-y += irq_work.h
+generic-y += kvm_para.h
generic-y += mcs_spinlock.h
generic-y += mm-arch-hooks.h
generic-y += module.h
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/2] m32r: fix build failure Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-12-22 11:50 +0100 [PATCH 2/2] m32r: add io*_rep helpers Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-12-22 11:50 +0100 [PATCH 1/2] m32r: fix build failure Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-12-22 11:50 +0100
csiph-web