]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/libofw/Makefile
zfs: merge openzfs/zfs@9198de8f1
[FreeBSD/FreeBSD.git] / stand / libofw / Makefile
1
2 .include <bsd.init.mk>
3
4 LIB=            ofw
5
6 SRCS=   devicename.c ofw_console.c ofw_copy.c ofw_disk.c \
7         ofw_memory.c ofw_module.c ofw_net.c ofw_reboot.c \
8         ofw_time.c openfirm.c
9
10 # Pick up the bootstrap header for some interface items
11 CFLAGS+=        -I${LDRSRC}
12
13 .ifdef(BOOT_DISK_DEBUG)
14 # Make the disk code more talkative
15 CFLAGS+= -DDISK_DEBUG
16 .endif
17
18 .include <bsd.lib.mk>