Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.
This commit is contained in:
parent
0541d566d8
commit
0499bbb049
@ -1,2 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
|
@ -9,7 +9,6 @@ SRCS+= opt_cam.h opt_scsi.h
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
SRCS+= aic_cbus.c
|
||||
CFLAGS+= -DPC98
|
||||
.else
|
||||
SRCS+= aic_isa.c
|
||||
.endif
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
.PATH: ${.CURDIR}/../../pc98/apm
|
||||
CFLAGS+= -DPC98
|
||||
.else
|
||||
.PATH: ${.CURDIR}/../../i386/apm
|
||||
.endif
|
||||
|
@ -7,10 +7,6 @@ S= ${.CURDIR}/../..
|
||||
|
||||
KMOD= cam
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
# See sys/conf/options for the flags that go into the different opt_*.h files.
|
||||
SRCS= opt_cam.h
|
||||
SRCS+= opt_scsi.h
|
||||
|
@ -7,7 +7,6 @@ SRCS= if_ed.c if_ed_pccard.c if_ed_pci.c
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
SRCS+= if_ed_cbus.c
|
||||
CFLAGS+= -DPC98
|
||||
.else
|
||||
SRCS+= if_ed_isa.c
|
||||
.endif
|
||||
|
@ -10,8 +10,4 @@ SRCS+= if_ep_isa.c
|
||||
#SRCS+= if_ep_mca.c
|
||||
SRCS+= opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
.PATH: ${.CURDIR}/../../pc98/pc98
|
||||
CFLAGS+= -DPC98
|
||||
.else
|
||||
.PATH: ${.CURDIR}/../../isa
|
||||
.endif
|
||||
|
@ -7,7 +7,6 @@ SRCS= if_fe.c if_fe_pccard.c
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
SRCS+= if_fe_cbus.c
|
||||
CFLAGS+= -DPC98
|
||||
.else
|
||||
SRCS+= if_fe_isa.c
|
||||
.endif
|
||||
|
@ -13,8 +13,5 @@ SRCS+= opt_inet.h device_if.h bus_if.h isa_if.h pci_if.h
|
||||
#SRCS+= miibus_if.h
|
||||
|
||||
CFLAGS+= -g -I${.CURDIR}/../../dev/lnc
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -7,8 +7,4 @@ SRCS= vnode_if.h \
|
||||
msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c \
|
||||
msdosfs_vfsops.c msdosfs_vnops.c
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -10,7 +10,6 @@ SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_pci.c pcic_isa.c \
|
||||
EXPORT_SYMS= YES # XXX evaluate
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS += -DPC98
|
||||
SRCS += mecia.c
|
||||
.endif
|
||||
|
||||
|
@ -6,6 +6,4 @@ KMOD= pcspeaker
|
||||
SRCS= spkr.c
|
||||
SRCS+= bus_if.h device_if.h isa_if.h
|
||||
|
||||
CFLAGS+= -DPC98
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -6,8 +6,4 @@ KMOD= pmc
|
||||
SRCS= pmc.c
|
||||
SRCS+= bus_if.h device_if.h isa_if.h
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -6,8 +6,4 @@ KMOD= snd_mss
|
||||
SRCS= device_if.h bus_if.h isa_if.h pci_if.h
|
||||
SRCS+= mss.c gusc.c
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -6,8 +6,4 @@ KMOD= snd_sbc
|
||||
SRCS= device_if.h bus_if.h isa_if.h pci_if.h
|
||||
SRCS+= sbc.c
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -3,8 +3,4 @@
|
||||
KMOD= splash_bmp
|
||||
SRCS= splash_bmp.c
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -5,8 +5,4 @@
|
||||
KMOD= apm_saver
|
||||
SRCS= apm_saver.c
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -5,8 +5,4 @@
|
||||
KMOD= daemon_saver
|
||||
SRCS= daemon_saver.c
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -7,8 +7,4 @@ SRCS= dragon_saver.c
|
||||
|
||||
#CWARNFLAGS= -Wall -Wno-long-long -pedantic
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -5,8 +5,4 @@
|
||||
KMOD= snake_saver
|
||||
SRCS= snake_saver.c
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -5,8 +5,4 @@
|
||||
KMOD= star_saver
|
||||
SRCS= star_saver.c
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
CFLAGS+= -DPC98
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user