xref: /freebsd/stand/libofw/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1*475008d6SBrandon Bergren.include <bsd.init.mk>
2*475008d6SBrandon Bergren
3*475008d6SBrandon BergrenLIB=		ofw
4*475008d6SBrandon Bergren
5*475008d6SBrandon BergrenSRCS=	devicename.c ofw_console.c ofw_copy.c ofw_disk.c \
6*475008d6SBrandon Bergren	ofw_memory.c ofw_module.c ofw_net.c ofw_reboot.c \
7*475008d6SBrandon Bergren	ofw_time.c openfirm.c
8*475008d6SBrandon Bergren
9*475008d6SBrandon Bergren# Pick up the bootstrap header for some interface items
10*475008d6SBrandon BergrenCFLAGS+=	-I${LDRSRC}
11*475008d6SBrandon Bergren
12*475008d6SBrandon Bergren.ifdef(BOOT_DISK_DEBUG)
13*475008d6SBrandon Bergren# Make the disk code more talkative
14*475008d6SBrandon BergrenCFLAGS+= -DDISK_DEBUG
15*475008d6SBrandon Bergren.endif
16*475008d6SBrandon Bergren
17*475008d6SBrandon Bergren.include <bsd.lib.mk>
18