diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-10-15 17:05:55 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-12-06 08:55:42 +0100 |
commit | 07403a5a0319d1c9783ea7da13782c8835a42cc9 (patch) | |
tree | 3a4afbe68a30ec617b4e168610432ba20eaac43c | |
parent | 94e68caaa089f90f5210435c7e07e97701c98ee5 (diff) |
roms: enable seabios cross builds
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-rw-r--r-- | roms/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |