mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-06 11:10:46 +00:00
make %.rom generic
This commit is contained in:
parent
5195a74422
commit
0019d8031c
8
Makefile
8
Makefile
@ -370,17 +370,11 @@ x230.flash.rom: $(build)/$(coreboot_dir)/x230.flash/coreboot.rom
|
|||||||
@sha256sum "$@"
|
@sha256sum "$@"
|
||||||
|
|
||||||
# This produces a ROM image that is written with the flashrom program
|
# This produces a ROM image that is written with the flashrom program
|
||||||
x230.rom: $(build)/$(coreboot_dir)/x230/coreboot.rom
|
%.rom: $(build)/$(coreboot_dir)/%/coreboot.rom
|
||||||
"$(build)/$(coreboot_dir)/$(BOARD)/cbfstool" "$<" print
|
"$(build)/$(coreboot_dir)/$(BOARD)/cbfstool" "$<" print
|
||||||
$(call do,EXTRACT,$@,mv "$<" "$@")
|
$(call do,EXTRACT,$@,mv "$<" "$@")
|
||||||
@sha256sum "$@"
|
@sha256sum "$@"
|
||||||
|
|
||||||
qemu.rom: $(build)/$(coreboot_dir)/qemu/coreboot.rom
|
|
||||||
"$(build)/$(coreboot_dir)/$(BOARD)/cbfstool" "$<" print
|
|
||||||
$(call do,EXTRACT,$@,mv "$<" "$@")
|
|
||||||
@sha256sum "$@"
|
|
||||||
|
|
||||||
|
|
||||||
modules.clean:
|
modules.clean:
|
||||||
for dir in \
|
for dir in \
|
||||||
$(busybox_dir) \
|
$(busybox_dir) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user