summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme162/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-02 16:26:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-02 16:26:44 +0000
commit240936fda5dca155110fcd1520f6731b04616d4f (patch)
tree39921567dd575f5d58c345a78664b5d5776f273a /c/src/lib/libbsp/m68k/mvme162/Makefile.am
parentProduce Srecords. (diff)
downloadrtems-240936fda5dca155110fcd1520f6731b04616d4f.tar.bz2
Added (untested) network driver from mvme167.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme162/Makefile.am')
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme162/Makefile.am b/c/src/lib/libbsp/m68k/mvme162/Makefile.am
index 3356a831a1..e5105c8bce 100644
--- a/c/src/lib/libbsp/m68k/mvme162/Makefile.am
+++ b/c/src/lib/libbsp/m68k/mvme162/Makefile.am
@@ -15,7 +15,7 @@ ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
-SUBDIRS = . include start startup clock console timer tod wrapup
+SUBDIRS = . include start startup clock console timer tod network wrapup
include $(top_srcdir)/../../bsp.am