diff options
Diffstat (limited to 'sys/modules/hifn/Makefile')
-rw-r--r-- | sys/modules/hifn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/hifn/Makefile b/sys/modules/hifn/Makefile index 33e6a77..a3f4f85 100644 --- a/sys/modules/hifn/Makefile +++ b/sys/modules/hifn/Makefile @@ -4,7 +4,7 @@ KMOD = hifn SRCS = hifn7751.c opt_hifn.h SRCS += device_if.h bus_if.h pci_if.h -SRCS += opt_bdg.h opt_bus.h crypto_if.h +SRCS += opt_bus.h crypto_if.h opt_hifn.h: echo "#define HIFN_DEBUG 1" > opt_hifn.h |