From bfcf4cb3db75e94cadc3f9eb753c4d64ffbe8685 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 11 Sep 1998 23:35:09 +0000 Subject: Updates to tree to make it build with all desired changes and the conversion of the SONIC driver to the new FreeBSD stack instead of KA9Q. --- c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/dmv177/wrapup') diff --git a/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in b/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in index 5b7967a649..7119536c6a 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.in @@ -8,12 +8,12 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ -# We only build the ka9q device driver if HAS_KA9Q was defined -KA9Q_DRIVER_yes_V = sonic -KA9Q_DRIVER = $(KA9Q_DRIVER_$(HAS_KA9Q)_V) +# We only build the networking device driver if HAS_NETWORKING was defined +NETWORKING_DRIVER_yes_V = sonic +NETWORKING_DRIVER = $(NETWORKING_DRIVER_$(HAS_NETWORKING)_V) # pieces specific to this BSP -BSP_PIECES=startup clock console scv64 timer tod $(KA9Q_DRIVER) +BSP_PIECES=startup clock console scv64 timer tod $(NETWORKING_DRIVER) # pieces to pick up out of libcpu/$(RTEMS_CPU) CPU_PIECES= -- cgit v1.2.3