Fix default target for NERF and edk2 dependency (issue #284)

This commit is contained in:
Trammell hudson 2017-11-20 17:28:35 -05:00
parent b04294c234
commit c954ec1947
Failed to extract signature
2 changed files with 5 additions and 1 deletions

View File

@ -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:

View File

@ -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