diff options
| author | Scott Long <scottl@FreeBSD.org> | 2004-06-10 05:11:39 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2004-06-10 05:11:39 +0000 |
| commit | c31d0cf77b733a056a3c8a3255dd3113054c32cd (patch) | |
| tree | 907cdedb826accd7ccb9399e3a5a3281d4e86864 /sys/modules/esp | |
| parent | b8fae4f3ef84cc6c8e58756f56845600bd50d4f9 (diff) | |
Notes
Diffstat (limited to 'sys/modules/esp')
| -rw-r--r-- | sys/modules/esp/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/modules/esp/Makefile b/sys/modules/esp/Makefile new file mode 100644 index 000000000000..28aa115b152c --- /dev/null +++ b/sys/modules/esp/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../dev/esp + +KMOD= esp + +SRCS= ncr53c9x.c +SRCS+= opt_ddb.h opt_cam.h +SRCS+= device_if.h bus_if.h + +.if ${MACHINE_ARCH} == "sparc64" +SRCSi+= esp_sbus.c lsi64854.c +.endif + +.include <bsd.kmod.mk> |
