mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 23:59:59 +00:00
Fix default target for NERF and edk2 dependency (issue #284)
This commit is contained in:
parent
b04294c234
commit
c954ec1947
4
Makefile
4
Makefile
@ -87,7 +87,11 @@ CROSS_TOOLS := \
|
||||
|
||||
|
||||
|
||||
ifeq "$(CONFIG_COREBOOT)" "y"
|
||||
all: $(BOARD).rom
|
||||
else
|
||||
all: nerf-$(BOARD).rom
|
||||
endif
|
||||
|
||||
# Disable all built in rules
|
||||
.SUFFIXES:
|
||||
|
@ -220,4 +220,4 @@ acpi-lz.ffs: blobs/$(BOARD)/acpi-data.ffs
|
||||
-o $@
|
||||
|
||||
|
||||
nerf.intermediate: nerf-$(BOARD).rom
|
||||
nerf.intermediate: edk2.intermediate nerf-$(BOARD).rom
|
||||
|
Loading…
Reference in New Issue
Block a user