From 7150f00f5be87fa8e37f7d00fbbef35645081138 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 1 Dec 1997 22:06:48 +0000 Subject: Inclusion of PC386 BSP submitted by Pedro Miguel Da Cruz Neto Romano and Jose Rufino of NavIST (http://pandora.ist.utl.pt/). --- c/src/lib/libbsp/i386/pc386/Makefile.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 c/src/lib/libbsp/i386/pc386/Makefile.in (limited to 'c/src/lib/libbsp/i386/pc386/Makefile.in') diff --git a/c/src/lib/libbsp/i386/pc386/Makefile.in b/c/src/lib/libbsp/i386/pc386/Makefile.in new file mode 100644 index 0000000000..bc37abe8d8 --- /dev/null +++ b/c/src/lib/libbsp/i386/pc386/Makefile.in @@ -0,0 +1,15 @@ +# +# $Id$ +# + +@SET_MAKE@ +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH=@srcdir@ + +include $(RTEMS_CUSTOM) +include $(PROJECT_ROOT)/make/directory.cfg + +# wrapup is the one that actually builds and installs the library +# from the individual .rel files built in other directories +SUB_DIRS=include tools start startup clock console timer wrapup -- cgit v1.2.3