summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/libpc98/Makefile
blob: 8c2d1d9774870e9211b6f07985297187feb6ed60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# $FreeBSD$
#
LIB=			pc98
NOPIC=
NOPROFILE=
INTERNALLIB=		true
INTERNALSTATICLIB=	true

SRCS=	aout_freebsd.c biosdisk.c biosmem.c biospnp.c biospci.c \
	bootinfo.c comconsole.c devicename.c elf_freebsd.c gatea20.c \
	i386_copy.c i386_module.c time.c vidconsole.c pxe.c pxetramp.s
.PATH:	${.CURDIR}/../../i386/libi386

CFLAGS+=	-DPC98

CFLAGS+=	-I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \
		-I${.CURDIR}/../../.. -I. -I${.CURDIR}/../../i386/libi386

BOOT_COMCONSOLE_PORT?= 0x238
CFLAGS+=	-DCOMPORT=${BOOT_COMCONSOLE_PORT}

BOOT_COMCONSOLE_SPEED?= 9600
CFLAGS+=	-DCOMSPEED=${BOOT_COMCONSOLE_SPEED}

# the location of libstand
CFLAGS+=	-I${.CURDIR}/../../../../lib/libstand/

# Make the disk code more talkative
#CFLAGS+= -DDISK_DEBUG

# Include simple terminal emulation (cons25-compatible)
CFLAGS+= -DTERM_EMU

# Make "machine" required for all objects
# (based on the more complete case in sys/i386/boot/Makefile.inc)
${SRCS:M*.c:R:S/$/.o/g}: machine

# If it's not there, don't consider it a target
.if exists(${.CURDIR}/../../../i386/include)
beforedepend ${OBJS}: machine

machine:
	ln -sf ${.CURDIR}/../../../i386/include machine

.endif

CLEANFILES+=	machine

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud