diff options
-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 |