Deleted Added
full compact
Makefile (280047) Makefile (281524)
1# $FreeBSD: head/sys/boot/efi/libefi/Makefile 280047 2015-03-15 19:00:35Z andrew $
1# $FreeBSD: head/sys/boot/efi/libefi/Makefile 281524 2015-04-14 10:40:37Z andrew $
2
3LIB= efi
4INTERNALLIB=
5
6SRCS= delay.c efi_console.c efinet.c efipart.c errno.c handles.c \
7 libefi.c time.c
8
9.if ${MACHINE_ARCH} == "amd64"
10CFLAGS+= -fPIC -mno-red-zone
11.endif
12CFLAGS+= -I${.CURDIR}/../include
2
3LIB= efi
4INTERNALLIB=
5
6SRCS= delay.c efi_console.c efinet.c efipart.c errno.c handles.c \
7 libefi.c time.c
8
9.if ${MACHINE_ARCH} == "amd64"
10CFLAGS+= -fPIC -mno-red-zone
11.endif
12CFLAGS+= -I${.CURDIR}/../include
13CFLAGS+= -I${.CURDIR}/../include/${MACHINE_CPUARCH}
13CFLAGS+= -I${.CURDIR}/../include/${MACHINE}
14CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
15
16# Pick up the bootstrap header for some interface items
17CFLAGS+= -I${.CURDIR}/../../common
18
19# Handle FreeBSD specific %b and %D printf format specifiers
20CFLAGS+= ${FORMAT_EXTENSIONS}
21
22.include <bsd.lib.mk>
14CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
15
16# Pick up the bootstrap header for some interface items
17CFLAGS+= -I${.CURDIR}/../../common
18
19# Handle FreeBSD specific %b and %D printf format specifiers
20CFLAGS+= ${FORMAT_EXTENSIONS}
21
22.include <bsd.lib.mk>