From c9c673905abe15cc3139a9cb2b35de559aa8199c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Feb 1999 00:34:17 +0000 Subject: Split SONIC chip into appropriate files for libchip'ing. The portable portion is now in the libchip tree and the dmv177 configuration is in the dmv177 bsp. The performance impact of libchip'ing this driver was minimal. --- c/src/lib/libchip/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libchip/Makefile.in') diff --git a/c/src/lib/libchip/Makefile.in b/c/src/lib/libchip/Makefile.in index a5144ec02d..c1d0ffb462 100644 --- a/c/src/lib/libchip/Makefile.in +++ b/c/src/lib/libchip/Makefile.in @@ -11,4 +11,8 @@ PROJECT_ROOT = @PROJECT_ROOT@ include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg -SUB_DIRS=rtc serial +# We only build the networking chip drivers if HAS_NETWORKING was defined +LIBNETWORKING_yes_V = network +LIBNETWORKING = $(LIBNETWORKING_$(HAS_NETWORKING)_V) + +SUB_DIRS=rtc serial $(LIBNETWORKING) -- cgit v1.2.3