003 File Manager
Current Path:
/usr/src/stand/efi/fdt
usr
/
src
/
stand
/
efi
/
fdt
/
📁
..
📄
Makefile
(330 B)
📄
Makefile.depend
(206 B)
📄
efi_fdt.c
(2.01 KB)
Editing: Makefile
# $FreeBSD$ .include <bsd.init.mk> .PATH: ${LDRSRC} LIB= efi_fdt WARNS?= 6 SRCS= efi_fdt.c # EFI library headers CFLAGS+= -I${EFISRC}/include CFLAGS+= -I${EFISRC}/include/${MACHINE} # libfdt headers CFLAGS+= -I${FDTSRC} # Pick up the bootstrap header for some interface items CFLAGS+= -I${LDRSRC} .include <bsd.lib.mk>
Upload File
Create Folder