2015-04-03 15:47:48 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-10-29 05:26:59 +00:00
|
|
|
.include <bsd.init.mk>
|
2015-04-03 15:47:48 +00:00
|
|
|
|
2017-10-29 05:26:59 +00:00
|
|
|
.PATH: ${LDRSRC}
|
2015-04-03 15:47:48 +00:00
|
|
|
|
|
|
|
LIB= efi_fdt
|
2016-01-12 02:17:39 +00:00
|
|
|
WARNS?= 6
|
2015-04-03 15:47:48 +00:00
|
|
|
|
|
|
|
SRCS= efi_fdt.c
|
|
|
|
|
|
|
|
# EFI library headers
|
2017-10-29 05:26:59 +00:00
|
|
|
CFLAGS+= -I${EFISRC}/include
|
|
|
|
CFLAGS+= -I${EFISRC}/include/${MACHINE}
|
2015-04-03 15:47:48 +00:00
|
|
|
|
|
|
|
# libfdt headers
|
2017-10-29 05:26:59 +00:00
|
|
|
CFLAGS+= -I${FDTSRC}
|
2015-04-03 15:47:48 +00:00
|
|
|
|
|
|
|
# Pick up the bootstrap header for some interface items
|
2017-11-10 23:54:58 +00:00
|
|
|
CFLAGS+= -I${LDRSRC}
|
2015-04-03 15:47:48 +00:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|