mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
c0e0c89c08
Compiling for the m68knommu/68328 Palm/Pilot target you get: AS arch/m68k/platform/68328/head-pilot.o arch/m68k/platform/68328/head-pilot.S:37:23: fatal error: bootlogo.rh: No such file or directory The build for this target used to do a conversion on a C coded boot logo and include this in the head assembler code. This got broken by changes to the local Makefile. Clean all this up by just including the C coded boot logo struct in the C code. With the appropriate alignment attribute there is no difference to the way it can be used. Signed-off-by: Greg Ungerer <gerg@uclinux.org> |
||
---|---|---|
.. | ||
54xx | ||
68EZ328 | ||
68VZ328 | ||
520x | ||
523x | ||
527x | ||
528x | ||
532x | ||
5206 | ||
5249 | ||
5272 | ||
5307 | ||
5407 | ||
68328 | ||
68360 | ||
coldfire | ||
Makefile |