003 File Manager
Current Path:
/usr/src/stand
usr
/
src
/
stand
/
📁
..
📄
Makefile
(1.64 KB)
📄
Makefile.amd64
(190 B)
📄
Makefile.inc
(54 B)
📁
arm
📁
arm64
📁
common
📁
defaults
📄
defs.mk
(6.8 KB)
📁
efi
📁
fdt
📄
fdt.mk
(189 B)
📁
ficl
📄
ficl.mk
(503 B)
📁
ficl32
📁
fonts
📁
forth
📁
i386
📁
images
📁
kshim
📁
liblua
📁
liblua32
📁
libofw
📁
libsa
📁
libsa32
📄
loader.mk
(4.94 KB)
📁
lua
📄
lua.mk
(146 B)
📁
man
📁
mips
📁
powerpc
📁
uboot
📄
uboot.mk
(392 B)
📁
usb
📁
userboot
Editing: uboot.mk
# $FreeBSD$ SRCS+= main.c .PATH: ${UBOOTSRC}/common CFLAGS+= -I${UBOOTSRC}/common # U-Boot standalone support library LIBUBOOT= ${BOOTOBJ}/uboot/lib/libuboot.a CFLAGS+= -I${UBOOTSRC}/lib CFLAGS+= -I${BOOTOBJ}/uboot/lib .if ${MACHINE_CPUARCH} == "arm" SRCS+= metadata.c .endif .include "${BOOTSRC}/fdt.mk" .if ${MK_FDT} == "yes" LIBUBOOT_FDT= ${BOOTOBJ}/uboot/fdt/libuboot_fdt.a .endif
Upload File
Create Folder