Rename from apm_bioscall.s to apm_bioscall.S for removing a special rule

to build a module.  A repo-copy is not done because it has no important logs.

Pointed out by: ru
This commit is contained in:
Yoshihiro Takahashi 2005-04-20 12:28:20 +00:00
parent 6c949d5f92
commit 10687779a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145326
3 changed files with 2 additions and 7 deletions

View File

@ -346,7 +346,7 @@ libkern/qdivrem.c standard
libkern/ucmpdi2.c standard
libkern/udivdi3.c standard
libkern/umoddi3.c standard
pc98/apm/apm_bioscall.s optional apm
pc98/apm/apm_bioscall.S optional apm
pc98/i386/busio.s standard
pc98/i386/busiosubr.c standard
pc98/i386/machdep.c standard

View File

@ -8,16 +8,11 @@
KMOD= apm
SRCS= apm.c apm.h
.if ${MACHINE} == "pc98"
SRCS+= apm_bioscall.s
SRCS+= apm_bioscall.S
.endif
SRCS+= device_if.h bus_if.h
EXPORT_SYMS= apm_display \
apm_softc
.if ${MACHINE} == "pc98"
apm_bioscall.o: apm_bioscall.s
${CC} -x assembler-with-cpp -DLOCORE ${CFLAGS} -c ${.IMPSRC}
.endif
.include <bsd.kmod.mk>