modules: Remove duplicate opt_global.h target

The default one does the right thing these days.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-10-29 08:52:28 -06:00
parent f7026fbbb2
commit 50a3621836

View File

@ -10,11 +10,5 @@ SRCS= \
device_if.h \
pci_if.h \
pcib_if.h \
opt_global.h \
CFLAGS+= -include opt_global.h
opt_global.h:
echo "#define NEW_PCIB 1" >> ${.TARGET}
.include <bsd.kmod.mk>