diff options
author | nyan <nyan@FreeBSD.org> | 2005-04-20 12:28:20 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2005-04-20 12:28:20 +0000 |
commit | 9a780e6f08ac2732585dd369dea195e3a433c044 (patch) | |
tree | 47ec36db7e4b3a557298a3dcbae2ab4f838bf880 /sys | |
parent | affa08f12617d411928a3d19184e7ed458b8dfd5 (diff) | |
download | FreeBSD-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
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/files.pc98 | 2 | ||||
-rw-r--r-- | sys/modules/apm/Makefile | 7 | ||||
-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 |