From 07403a5a0319d1c9783ea7da13782c8835a42cc9 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 15 Oct 2013 17:05:55 +0200 Subject: roms: enable seabios cross builds Signed-off-by: Gerd Hoffmann --- roms/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roms') diff --git a/roms/Makefile b/roms/Makefile index fc716c1b10..1e04669af4 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -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 -- cgit v1.2.1