summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-30 22:57:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-30 22:57:21 +0000
commit2889189580acea47df8b9e1fd164c7d8ba180975 (patch)
tree36263582a48035f8cf79e7532b90b1b87ab16506 /c/src/lib/libbsp
parentAdded temporary include of dmv170.h (diff)
downloadrtems-2889189580acea47df8b9e1fd164c7d8ba180975.tar.bz2
Changed name of network driver.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in
index a91e0c4dc2..5b7967a649 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in
@@ -9,7 +9,7 @@ RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
# We only build the ka9q device driver if HAS_KA9Q was defined
-KA9Q_DRIVER_yes_V = network
+KA9Q_DRIVER_yes_V = sonic
KA9Q_DRIVER = $(KA9Q_DRIVER_$(HAS_KA9Q)_V)
# pieces specific to this BSP