Searched hist:"4 b3ea2e0" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm64/include/asm/ |
H A D | Kbuild | 4b3ea2e0 Wed Apr 24 05:58:24 CDT 2013 Chen Gang <gang.chen@asianux.com> arm64: compiling issue, need add include/asm/vga.h file
For compiling with allmodconfig, need vga.h file, so generate it which just only include the asm-generic one.
It is firstly used by drivers/gpu/drm/drm_irq.c.
The related error: include/video/vga.h:22:21: fatal error: asm/vga.h: No such file or directory
Signed-off-by: Chen Gang <gang.chen@asianux.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> 4b3ea2e0 Wed Apr 24 05:58:24 CDT 2013 Chen Gang <gang.chen@asianux.com> arm64: compiling issue, need add include/asm/vga.h file For compiling with allmodconfig, need vga.h file, so generate it which just only include the asm-generic one. It is firstly used by drivers/gpu/drm/drm_irq.c. The related error: include/video/vga.h:22:21: fatal error: asm/vga.h: No such file or directory Signed-off-by: Chen Gang <gang.chen@asianux.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
|