Revert non-style part of the recent two deltas that dealt with

using as(1) to compile plain assembler source files; bsd.lib.mk
has been fixed (in revision 1.147).
This commit is contained in:
Ruslan Ermilov 2003-07-02 12:45:45 +00:00
parent f79d11b7ba
commit ae0c4c928a
2 changed files with 2 additions and 10 deletions

View File

@ -7,7 +7,7 @@ SRCS= biosacpi.c bioscd.c biosdisk.c biosmem.c biospnp.c \
biospci.c biossmap.c bootinfo.c bootinfo32.c bootinfo64.c \
comconsole.c devicename.c elf32_freebsd.c \
elf64_freebsd.c gatea20.c \
i386_copy.c i386_module.c nullconsole.c pxe.c \
i386_copy.c i386_module.c nullconsole.c pxe.c pxetramp.s \
time.c vidconsole.c amd64_tramp.S
CFLAGS+= -ffreestanding
@ -45,8 +45,4 @@ machine:
.endif
OBJS+= pxetramp.o
pxetramp.o: pxetramp.s
${AS} ${AFLAGS} -o ${.TARGET} ${.ALLSRC:M*pxetramp*}
.include <bsd.lib.mk>

View File

@ -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 \
gatea20.c i386_copy.c i386_module.c nullconsole.c pxe.c pxetramp.s \
time.c vidconsole.c
CFLAGS+= -ffreestanding
@ -46,8 +46,4 @@ machine:
.endif
OBJS+= pxetramp.o
pxetramp.o: pxetramp.s
${AS} ${AFLAGS} -o ${.TARGET} ${.ALLSRC:M*pxetramp*}
.include <bsd.lib.mk>