roms: enable seabios cross builds
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 15 Oct 2013 15:05:55 +0000 (17:05 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 6 Dec 2013 07:55:42 +0000 (08:55 +0100)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
roms/Makefile

index fc716c1b10c3841baae39f2e3a225aa1166419f9..1e04669af4d4b785f3aa1d5ae1cce1b8525ab35c 100644 (file)
@@ -73,9 +73,11 @@ build-seabios-config-%: config.%
        mkdir -p seabios/builds/$*
        cp $< seabios/builds/$*/.config
        $(MAKE) $(MAKEFLAGS) -C seabios \
+               CROSS_COMPILE=$(x86_64_cross_prefix) \
                KCONFIG_CONFIG=$(CURDIR)/seabios/builds/$*/.config \
                OUT=$(CURDIR)/seabios/builds/$*/ oldnoconfig
        $(MAKE) $(MAKEFLAGS) -C seabios \
+               CROSS_COMPILE=$(x86_64_cross_prefix) \
                KCONFIG_CONFIG=$(CURDIR)/seabios/builds/$*/.config \
                OUT=$(CURDIR)/seabios/builds/$*/ all