summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-27 23:39:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-27 23:39:29 +0000
commit1f0f3e3560205928f3f4b7249f090df9c752d767 (patch)
treef819fb78d15cbd70a3abab98b5bcf8417370ebdf /c/src/lib/libbsp/m68k/gen68360/Makefile.in
parentchanged version number to 4.1.0. (diff)
downloadrtems-1f0f3e3560205928f3f4b7249f090df9c752d767.tar.bz2
added ka9q stack
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68360/Makefile.in b/c/src/lib/libbsp/m68k/gen68360/Makefile.in
index 9581a49c3b..83c9fe4822 100644
--- a/c/src/lib/libbsp/m68k/gen68360/Makefile.in
+++ b/c/src/lib/libbsp/m68k/gen68360/Makefile.in
@@ -12,8 +12,12 @@ include $(PROJECT_ROOT)/make/directory.cfg
SRCS=README
+# We only build the ka9q device driver if HAS_KA9Q was defined
+KA9Q_DRIVER_yes_V = network
+KA9Q_DRIVER = $(KA9Q_DRIVER_$(HAS_KA9Q)_V)
+
all: $(SRCS)
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
-SUB_DIRS=include start360 startup clock console timer wrapup
+SUB_DIRS=include start360 startup clock console timer $(KA9Q_DRIVER) wrapup