summaryrefslogtreecommitdiffstats
path: root/sys/modules/digi
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-02-15 15:45:34 +0000
committerbde <bde@FreeBSD.org>2002-02-15 15:45:34 +0000
commit173a18f4724c55317f6c5cabcaf35b8fe2a862a4 (patch)
tree3502233d757f55ce07c469a14102366d53752a74 /sys/modules/digi
parenta9a5e28ef4b2379ca345a69dbacd4645f5189c41 (diff)
downloadFreeBSD-src-173a18f4724c55317f6c5cabcaf35b8fe2a862a4.zip
FreeBSD-src-173a18f4724c55317f6c5cabcaf35b8fe2a862a4.tar.gz
Fix my recent breakage of some modules.
Diffstat (limited to 'sys/modules/digi')
-rw-r--r--sys/modules/digi/digi/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/digi/digi/Makefile b/sys/modules/digi/digi/Makefile
index 5a6dfc2..5737af5 100644
--- a/sys/modules/digi/digi/Makefile
+++ b/sys/modules/digi/digi/Makefile
@@ -5,5 +5,9 @@ KMOD= digi
SRCS= digi.c digi_pci.c digi_isa.c
SRCS+= digi.h digi_pci.h digireg.h digi_mod.h
SRCS+= bus_if.h pci_if.h device_if.h
+SRCS+= opt_compat.h
+
+opt_compat.h:
+ echo "#define COMPAT_43 1" > opt_compat.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud