mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-26 22:01:15 +01:00
The bzImage format is architecture specific. The default x86_64 make target will generate a bzImage, so using the default make target should be sufficient for x86_64 builds. Fixes build errors like these: make: *** No rule to make target 'bzImage'. Signed-off-by: Geoff Levand <geoff@infradead.org>