003 File Manager
Current Path:
/usr/src/stand/uboot/lib
usr
/
src
/
stand
/
uboot
/
lib
/
📁
..
📄
Makefile
(615 B)
📄
api_public.h
(4.38 KB)
📄
console.c
(2.18 KB)
📄
copy.c
(5.35 KB)
📄
devicename.c
(4.81 KB)
📄
disk.c
(7.18 KB)
📄
elf_freebsd.c
(2.8 KB)
📄
gfx_fb.c
(2.4 KB)
📄
glue.c
(10.16 KB)
📄
glue.h
(3.32 KB)
📄
libuboot.h
(2.57 KB)
📄
module.c
(1.78 KB)
📄
net.c
(9.95 KB)
📄
reboot.c
(1.48 KB)
📄
time.c
(1.83 KB)
Editing: Makefile
# $FreeBSD$ .include <bsd.init.mk> .PATH: ${LDRSRC} LIB= uboot WARNS?= 2 SRCS= console.c copy.c devicename.c elf_freebsd.c glue.c SRCS+= module.c net.c reboot.c time.c gfx_fb.c CFLAGS.gfx_fb.c += -I${SRCTOP}/contrib/pnglite CFLAGS.gfx_fb.c += -I${SRCTOP}/sys/teken CFLAGS.glue.c+= -DHAVE_MEMCPY -I${SRCTOP}/sys/contrib/zlib .if ${LOADER_DISK_SUPPORT:Uyes} == "yes" SRCS+= disk.c .endif .include "${BOOTSRC}/fdt.mk" # Pick up the bootstrap header for some interface items CFLAGS+= -I${LDRSRC} .ifdef(BOOT_DISK_DEBUG) # Make the disk code more talkative CFLAGS+= -DDISK_DEBUG .endif .include <bsd.lib.mk>
Upload File
Create Folder