Messages in this thread |  | | Subject | Re: [PATCH -resend 4/6] mdacon: enable COMPILE_TEST build | From | Jiri Slaby <> | Date | Tue, 4 Oct 2016 09:09:04 +0200 |
| |
On 10/03/2016, 11:35 AM, Geert Uytterhoeven wrote: >> - depends on !M68K && !PARISC && ISA >> + depends on !M68K && !PARISC && (ISA || COMPILE_TEST) > > My first thought was > > depends on (!M68K && !PARISC && ISA) || COMPILE_TEST > > but arch/m68k/include/asm/vga.h doesn't define VGA_MAP_MEM(). > Adding #include <asm-generic/vga.h> at the end of arch/m68k/include/asm/vga.h > fixes that. > > Do we want that?
The driver is not used much nowadays, so compile-testing on other architectures is not worth it IMHO.
thanks, -- js suse labs
|  |