mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
roms: enable seabios cross builds
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
94e68caaa0
commit
07403a5a03
1 changed files with 2 additions and 0 deletions
|
@ -73,9 +73,11 @@ build-seabios-config-%: config.%
|
||||||
mkdir -p seabios/builds/$*
|
mkdir -p seabios/builds/$*
|
||||||
cp $< seabios/builds/$*/.config
|
cp $< seabios/builds/$*/.config
|
||||||
$(MAKE) $(MAKEFLAGS) -C seabios \
|
$(MAKE) $(MAKEFLAGS) -C seabios \
|
||||||
|
CROSS_COMPILE=$(x86_64_cross_prefix) \
|
||||||
KCONFIG_CONFIG=$(CURDIR)/seabios/builds/$*/.config \
|
KCONFIG_CONFIG=$(CURDIR)/seabios/builds/$*/.config \
|
||||||
OUT=$(CURDIR)/seabios/builds/$*/ oldnoconfig
|
OUT=$(CURDIR)/seabios/builds/$*/ oldnoconfig
|
||||||
$(MAKE) $(MAKEFLAGS) -C seabios \
|
$(MAKE) $(MAKEFLAGS) -C seabios \
|
||||||
|
CROSS_COMPILE=$(x86_64_cross_prefix) \
|
||||||
KCONFIG_CONFIG=$(CURDIR)/seabios/builds/$*/.config \
|
KCONFIG_CONFIG=$(CURDIR)/seabios/builds/$*/.config \
|
||||||
OUT=$(CURDIR)/seabios/builds/$*/ all
|
OUT=$(CURDIR)/seabios/builds/$*/ all
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue