FreeBSD/Linux Kernel Cross Reference
sys/boot/Makefile
1 # $FreeBSD: src/sys/boot/Makefile,v 1.26 2004/12/21 12:32:13 ru Exp $
2
3 .if !defined(NO_FORTH)
4 # Build the add-in FORTH interpreter.
5 SUBDIR+= ficl
6 .endif
7
8 # Build EFI library.
9 .if ${MACHINE_ARCH} == "ia64"
10 SUBDIR+= efi
11 .endif
12
13 # Build Open Firmware library.
14 .if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
15 SUBDIR+= ofw
16 .endif
17
18 # Pick the machine-dependent subdir based on the target architecture.
19 SUBDIR+= ${MACHINE:S/amd64/i386/}
20
21 # Build ARC / AlphaBIOS executable on the Alpha
22 # (this is a WIP (work in progress)).
23 #.if ${MACHINE_ARCH} == "alpha"
24 #SUBDIR+= arc
25 #.endif
26
27 .include <bsd.subdir.mk>
Cache object: bea99ec3ab51efa7c67782182d6b78a2
|