mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-29 15:44:07 +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 "$@"
|
||||
|
||||
# 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
|
||||
$(call do,EXTRACT,$@,mv "$<" "$@")
|
||||
@sha256sum "$@"
|
||||
|
||||
qemu.rom: $(build)/$(coreboot_dir)/qemu/coreboot.rom
|
||||
"$(build)/$(coreboot_dir)/$(BOARD)/cbfstool" "$<" print
|
||||
$(call do,EXTRACT,$@,mv "$<" "$@")
|
||||
@sha256sum "$@"
|
||||
|
||||
|
||||
modules.clean:
|
||||
for dir in \
|
||||
$(busybox_dir) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user