Fixed typo so applications would link.

This commit is contained in:
Joel Sherrill
1999-03-31 23:25:53 +00:00
parent ec2328eeaf
commit c08f283ea0
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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