003 File Manager
Current Path:
/usr/src/stand/libofw
usr
/
src
/
stand
/
libofw
/
📁
..
📄
Makefile
(519 B)
📄
devicename.c
(4.1 KB)
📄
libofw.h
(2.44 KB)
📄
ofw_console.c
(2.58 KB)
📄
ofw_copy.c
(4.54 KB)
📄
ofw_disk.c
(4.61 KB)
📄
ofw_memory.c
(3.32 KB)
📄
ofw_module.c
(1.68 KB)
📄
ofw_net.c
(6.13 KB)
📄
ofw_reboot.c
(1.43 KB)
📄
ofw_time.c
(1.71 KB)
📄
openfirm.c
(15.38 KB)
📄
openfirm.h
(4.82 KB)
Editing: Makefile
# $FreeBSD$ .include <bsd.init.mk> LIB= ofw SRCS= devicename.c ofw_console.c ofw_copy.c ofw_disk.c \ ofw_memory.c ofw_module.c ofw_net.c ofw_reboot.c \ ofw_time.c openfirm.c .PATH: ${ZFSSRC} SRCS+= devicename_stubs.c CFLAGS+= -I${ZFSSRC} -I${SYSDIR}/cddl/boot/zfs CFLAGS+= -I${SYSDIR}/cddl/contrib/opensolaris/uts/common # 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