This is a set of minor patches to the boot-wrapper Makefile which fix some bugs and make the makefile a bit more convenient to use (in my opinion, anyway :-)) Most notably, it includes a patch allowing you to specify the kernel command line in the Makefile or via 'make KCMD=whatever'. The patchset applies on top of Marc's tree at git://linux-arm.org/boot-wrapper.git . Peter Maydell (6): Makefile: Improve $(KERNEL) target Makefile: export CROSS_COMPILE and ARCH Makefile: default ARCH to 'arm' Makefile: Don't require filesystem.cpio.gz if building non-initrd Makefile, boot.S: Allow kernel command line to be set in makefile Makefile: Pass unknown targets through to the kernel make Makefile | 46 ++++++++++++++++++++++++++++++++++++++++------ boot.S | 5 +++++ 2 files changed, 45 insertions(+), 6 deletions(-) -- 1.7.5.4