From 1f0f3e3560205928f3f4b7249f090df9c752d767 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 27 May 1997 23:39:29 +0000 Subject: added ka9q stack --- c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/m68k/gen68360/wrapup') diff --git a/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.in b/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.in index 4893e89c5d..211d8619d7 100644 --- a/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.in +++ b/c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.in @@ -7,7 +7,11 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH=@srcdir@ -BSP_PIECES=startup clock console timer +# We only build the ka9q device driver if HAS_KA9Q was defined +KA9Q_DRIVER_yes_V = network +KA9Q_DRIVER = $(KA9Q_DRIVER_$(HAS_KA9Q)_V) + +BSP_PIECES=startup clock console timer $(KA9Q_DRIVER) CPU_PIECES= GENERIC_PIECES= -- cgit v1.2.3