]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/bhnd/Makefile
Import the skein hashing algorithm, based on the threefish block cipher
[FreeBSD/FreeBSD.git] / sys / modules / bhnd / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/bhnd
4 .PATH: ${.CURDIR}/../../dev/bhnd/nvram
5
6 KMOD=   bhnd
7 SRCS=   bhnd.c bhnd_subr.c \
8         bhnd_sprom.c bhnd_sprom_subr.c \
9         nvram_subr.c \
10         bhnd_nvram_map.h bhnd_nvram_map_data.h
11
12 SRCS+=  bhnd_bus_if.c bhnd_bus_if.h \
13         bhnd_chipc_if.c bhnd_chipc_if.h \
14         bhnd_nvram_if.c bhnd_nvram_if.h
15
16 SRCS+=  device_if.h bus_if.h
17
18 SUBDIR= bcma \
19         bcma_bhndb \
20         bhndb \
21         bhndb_pci \
22         cores \
23         siba \
24         siba_bhndb
25
26 .include <bsd.kmod.mk>
27 .include <bsd.subdir.mk>