summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2003-06-07 08:23:42 +0000
committernyan <nyan@FreeBSD.org>2003-06-07 08:23:42 +0000
commitd1f00a5d2cbbc52cec172e9b1c8eb2115bfec865 (patch)
tree40734df991ec623bee28b0ddfda7c5cd26ca8212 /sys/boot
parent090ea661b3eaa5c87adc276850a9954ef05438ad (diff)
downloadFreeBSD-src-d1f00a5d2cbbc52cec172e9b1c8eb2115bfec865.zip
FreeBSD-src-d1f00a5d2cbbc52cec172e9b1c8eb2115bfec865.tar.gz
MFi386: revision 1.30.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/libpc98/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/boot/pc98/libpc98/Makefile b/sys/boot/pc98/libpc98/Makefile
index 7632eaa..be420a4 100644
--- a/sys/boot/pc98/libpc98/Makefile
+++ b/sys/boot/pc98/libpc98/Makefile
@@ -7,7 +7,7 @@ INTERNALLIB= true
SRCS= bioscd.c biosdisk.c biosmem.c biospnp.c biospci.c biossmap.c \
bootinfo.c bootinfo32.c comconsole.c devicename.c elf32_freebsd.c \
- gatea20.c i386_copy.c i386_module.c nullconsole.c pxe.c pxetramp.s \
+ gatea20.c i386_copy.c i386_module.c nullconsole.c pxe.c \
time.c vidconsole.c
CFLAGS+= -ffreestanding
@@ -41,11 +41,14 @@ ${SRCS:M*.c:R:S/$/.o/g}: machine
.if exists(${.CURDIR}/../../../i386/include)
beforedepend ${OBJS}: machine
+CLEANFILES+= machine
machine:
ln -sf ${.CURDIR}/../../../i386/include machine
.endif
-CLEANFILES+= machine
+OBJS+= pxetramp.o
+pxetramp.o: pxetramp.s
+ as -o ${.TARGET} ${.ALLSRC:M*pxetramp*}
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud