diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2010-01-15 19:12:34 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2010-01-15 19:12:34 +0000 |
| commit | 00f92d29098e2f834f83b8be887570d33b44ad53 (patch) | |
| tree | c289a053b5a2b75672c343a9b942cbd74110dcd5 /sys/modules | |
| parent | fc5335db38391dce8e65746a668aa382505c42ba (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/epic/Makefile | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 5e93651c1b2a..b3b6847942e0 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -86,6 +86,7 @@ SUBDIR= ${_3dfx} \ ${_em} \ en \ ${_ep} \ + ${_epic} \ ${_et} \ ${_ex} \ ${_exca} \ @@ -636,6 +637,7 @@ _smbfs= smbfs .if ${MACHINE_ARCH} == "sparc64" _auxio= auxio _em= em +_epic= epic _i2c= i2c _igb= igb .if ${MK_CDDL} != "no" || defined(ALL_MODULES) diff --git a/sys/modules/epic/Makefile b/sys/modules/epic/Makefile new file mode 100644 index 000000000000..8c2212b5e426 --- /dev/null +++ b/sys/modules/epic/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../sparc64/ebus + +KMOD= epic +SRCS= device_if.h epic.c bus_if.h ofw_bus_if.h + +.include <bsd.kmod.mk> |
