summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-04-20 12:28:20 +0000
committernyan <nyan@FreeBSD.org>2005-04-20 12:28:20 +0000
commit9a780e6f08ac2732585dd369dea195e3a433c044 (patch)
tree47ec36db7e4b3a557298a3dcbae2ab4f838bf880
parentaffa08f12617d411928a3d19184e7ed458b8dfd5 (diff)
downloadFreeBSD-src-9a780e6f08ac2732585dd369dea195e3a433c044.zip
FreeBSD-src-9a780e6f08ac2732585dd369dea195e3a433c044.tar.gz
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
-rw-r--r--sys/conf/files.pc982
-rw-r--r--sys/modules/apm/Makefile7
-rw-r--r--sys/pc98/apm/apm_bioscall.S (renamed from sys/pc98/apm/apm_bioscall.s)0
3 files changed, 2 insertions, 7 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 5c72f84..5b02f8c 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -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
diff --git a/sys/modules/apm/Makefile b/sys/modules/apm/Makefile
index c350353..96703b1 100644
--- a/sys/modules/apm/Makefile
+++ b/sys/modules/apm/Makefile
@@ -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>
diff --git a/sys/pc98/apm/apm_bioscall.s b/sys/pc98/apm/apm_bioscall.S
index fa42734..fa42734 100644
--- a/sys/pc98/apm/apm_bioscall.s
+++ b/sys/pc98/apm/apm_bioscall.S
OpenPOWER on IntegriCloud