diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2003-06-07 08:23:42 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2003-06-07 08:23:42 +0000 |
| commit | bd7cefa0854bee7f542c1fba229d7481647e5c57 (patch) | |
| tree | 40734df991ec623bee28b0ddfda7c5cd26ca8212 /sys/boot | |
| parent | edbced73de5aa37426d0c7c9ea51c3f2b9e1baea (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/pc98/libpc98/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/boot/pc98/libpc98/Makefile b/sys/boot/pc98/libpc98/Makefile index 7632eaaf29a5..be420a43f243 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> |
