From 190b09407533f2dc5544ad66a6f65fe10bb304bb Mon Sep 17 00:00:00 2001 From: Tw Date: Fri, 15 Mar 2019 12:02:28 +0800 Subject: [PATCH] Makefile: build for apl-nuc by default apl-nuc will be the default board building for. Tracked-On: #2780 Signed-off-by: Tw Reviewed-by: Binbin Wu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8cd5d82cd..b6554baba 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # global helper variables T := $(CURDIR) -BOARD ?= apl-mrb +BOARD ?= apl-nuc ifeq ($(BOARD),apl-nuc) FIRMWARE ?= uefi