11.6Sscole# $NetBSD: Makefile,v 1.6 2016/08/04 16:22:40 scole Exp $ 21.1Scherry 31.1ScherryS?= ${.CURDIR}/../../../../../ 41.1Scherry 51.1Scherry.PATH: ${S}/arch/${MACHINE_ARCH}/${MACHINE_ARCH} 61.1Scherry 71.1ScherryLIB= efi 81.1ScherryNOPROFILE=# defined 91.1ScherryINTERNALLIB=# defined 101.1Scherry 111.1ScherryCPPFLAGS= -I${EFICPPFLAGS} ${EFIMISCCPPFLAGS} 121.1ScherryCPPFLAGS+= -I${.CURDIR}/../include 131.1ScherryCPPFLAGS+= -I${.CURDIR}/../include/${MACHINE_ARCH} 141.1Scherry 151.1Scherry# Pick up the bootstrap header for some interface items 161.1ScherryCPPFLAGS+= -I${.CURDIR}/../../common 171.1Scherry 181.1ScherrySRCS= copy.c delay.c efi.c efi_console.c devicename.c bootinfo.c 191.6SscoleSRCS+= time.c efifs.c efi_console.c module.c exec.c efinet.c 201.1Scherry 211.1Scherry.if ${MACHINE_ARCH} == "ia64" 221.1ScherrySRCS+= efifpswa.c pal.S 231.1Scherry.endif 241.1Scherry 251.1Scherry.include <bsd.own.mk> 261.1Scherry.undef DESTDIR 271.1Scherry.include <bsd.lib.mk> 281.1Scherry 291.4Suebayasilib${LIB}.o:: ${OBJS:O} 301.1Scherry @echo building standard ${LIB} $OBJS} library 311.1Scherry @rm -f lib${LIB}.o 321.1Scherry @${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort` 33