sysutils/edk2: Remove default FLAVOR
THis makes make clean clean all the flavors by default.
This commit is contained in:
parent
0211bad3e7
commit
3e971e9bf5
1 changed files with 2 additions and 3 deletions
|
@ -12,7 +12,6 @@ ONLY_FOR_ARCHS_REASON= only provides firmware for aarch64 and amd64
|
|||
|
||||
PKGNAMESUFFIX= -${FLAVOR:C/_/-/g}
|
||||
FLAVORS= macchiatobin fvp rpi3 rpi4 xen_x64
|
||||
FLAVOR?= macchiatobin
|
||||
|
||||
USES= cpe gmake python:3.7+,build
|
||||
CPE_VENDOR= tianocore
|
||||
|
@ -43,6 +42,8 @@ BINARY_ALIAS= make=${LOCALBASE}/bin/gmake \
|
|||
g++=${LOCALBASE}/bin/g++${GCC_DEFAULT} \
|
||||
python3=${PYTHON_CMD} python=${PYTHON_CMD}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${FLAVOR} == fvp
|
||||
PLAT= fvp
|
||||
PLAT_ARCH= AARCH64
|
||||
|
@ -105,8 +106,6 @@ MAKE_ENV+= WORKSPACE=${WRKDIR} \
|
|||
PYTHON_COMMAND=python3 \
|
||||
PYTHONHASHSEED=1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PLAT_ARCH} == AARCH64 && ${ARCH} != aarch64
|
||||
BUILD_DEPENDS+= aarch64-none-elf-gcc:devel/aarch64-none-elf-gcc
|
||||
MAKE_ENV+= GCC5_AARCH64_PREFIX=aarch64-none-elf-
|
||||
|
|
Loading…
Reference in a new issue