forked from Imagelibrary/rtems
Fixed typo so applications would link.
This commit is contained 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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user