roms: enable seabios cross builds
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
94e68caaa0
commit
07403a5a03
@ -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…
Reference in New Issue
Block a user