summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/dec21140/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-18 21:06:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-18 21:06:17 +0000
commit1094cf0dc51e8df18b90074c8925c36170f9f13d (patch)
tree387051e6f8284104583cd06913a027893a4cce0d /c/src/lib/libbsp/i386/pc386/dec21140/Makefile.in
parentAdded comments. (diff)
downloadrtems-1094cf0dc51e8df18b90074c8925c36170f9f13d.tar.bz2
Patch from Emmanuel RAGUET <raguet@crf.canon.fr> to add files
that were accidentally not committed earlier. The DECNet driver is being added as its own directory to avoid forcing the driver to have to pull in the complete set of network drivers.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/dec21140/Makefile.in')
-rw-r--r--c/src/lib/libbsp/i386/pc386/dec21140/Makefile.in57
1 files changed, 57 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/dec21140/Makefile.in b/c/src/lib/libbsp/i386/pc386/dec21140/Makefile.in
new file mode 100644
index 0000000000..f72b830cad
--- /dev/null
+++ b/c/src/lib/libbsp/i386/pc386/dec21140/Makefile.in
@@ -0,0 +1,57 @@
+#
+# $Id$
+#
+
+@SET_MAKE@
+srcdir = @srcdir@
+VPATH = @srcdir@
+RTEMS_ROOT = @top_srcdir@
+PROJECT_ROOT = @PROJECT_ROOT@
+
+INSTALL = @INSTALL@
+
+PGM=${ARCH}/dec21140.rel
+
+# C source names, if any, go here -- minus the .c
+C_PIECES=dec21140
+C_FILES=$(C_PIECES:%=%.c)
+C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
+
+H_FILES=
+
+SRCS=$(C_FILES) $(H_FILES)
+OBJS=$(C_O_FILES)
+
+include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
+include $(RTEMS_ROOT)/make/leaf.cfg
+
+#
+# (OPTIONAL) Add local stuff here using +=
+#
+
+DEFINES += -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS \
+ -DDIAGNOSTIC -DBOOTP_COMPAT
+CPPFLAGS +=
+CFLAGS +=
+
+LD_PATHS +=
+LD_LIBS +=
+LDFLAGS +=
+
+#
+# Add your list of files to delete here. The config files
+# already know how to delete some stuff, so you may want
+# to just run 'make clean' first to see what gets missed.
+# 'make clobber' already includes 'make clean'
+#
+
+CLEAN_ADDITIONS +=
+CLOBBER_ADDITIONS +=
+
+${PGM}: ${SRCS} ${OBJS}
+ $(make-rel)
+
+all: ${ARCH} $(SRCS) $(PGM)
+
+# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
+install: all