summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/Makefile
blob: 89a3576fc95f95155cfee4d4549566247dd3491b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

.include <bsd.own.mk>

# In-tree GCC does not support __attribute__((ms_abi)).
.if ${COMPILER_TYPE} != "gcc"

.if ${MACHINE_CPUARCH} == "amd64"
SUBDIR+=	libefi loader boot1
.endif

.endif # ${COMPILER_TYPE} != "gcc"

.if ${MACHINE_CPUARCH} == "ia64"
SUBDIR+=	libefi
.endif

.include <bsd.subdir.mk>

OpenPOWER on IntegriCloud