diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2010-01-15 19:12:33 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2010-01-15 19:12:33 +0000 |
| commit | 8e52edcf3b0d8b35f82cc7d4367c1a54b210e46c (patch) | |
| tree | b4ad8437c08065a30cca1809efbfb253fd3dd8d2 /sys/modules | |
| parent | 455564ab5cbeb45bf04d8b6f1852de1c956bba9e (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 841941b5055c..3432da128540 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -80,6 +80,7 @@ SUBDIR= ${_3dfx} \ ${_em} \ en \ ${_ep} \ + ${_epic} \ ${_et} \ ${_ex} \ ${_exca} \ @@ -593,6 +594,7 @@ _sound= sound .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> |
