summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/dmv177
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-31 23:25:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-31 23:25:53 +0000
commitc08f283ea0e335bdd645a5668d108f7e86bc9b96 (patch)
tree364971bc4b87f3dade9cd1e5d9430e3675192b05 /c/src/lib/libbsp/powerpc/dmv177
parentRemoved asserts that shouldn't be called and commented case where this (diff)
downloadrtems-c08f283ea0e335bdd645a5668d108f7e86bc9b96.tar.bz2
Fixed typo so applications would link.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/dmv177')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.in2
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.in
index 0d5d3587e0..107e8ad147 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.in
@@ -15,7 +15,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
VPATH = @srcdir@
-PGM=${ARCH}/dmvsonic.rel
+PGM=${ARCH}/sonic.rel
# C source names, if any, go here -- minus the .c
C_PIECES=dmvsonic
diff --git a/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in
index 6222b53d4c..2c714f6ef8 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in
@@ -16,7 +16,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
VPATH = @srcdir@
# We only build the networking device driver if HAS_NETWORKING was defined
-NETWORKING_DRIVER_yes_V = dmvsonic
+NETWORKING_DRIVER_yes_V = sonic
NETWORKING_DRIVER = $(NETWORKING_DRIVER_$(HAS_NETWORKING)_V)
# pieces specific to this BSP