From 090de1adf5c64d4c59d86fa3d5c3f1dd2bae1f80 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Apr 2001 14:07:22 +0000 Subject: 2001-04-11 Eric Valette * Makefile.am, configure.in, console/console.c, include/Makefile.am, include/bsp.h, network/network.c, startup/Makefile.am, startup/bspstart.c, startup/linkcmds, wrapup/Makefile.am: Switch the eth_comm BSP to use the "new exception processing model." --- c/src/lib/libbsp/powerpc/eth_comm/configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/eth_comm/configure.in') diff --git a/c/src/lib/libbsp/powerpc/eth_comm/configure.in b/c/src/lib/libbsp/powerpc/eth_comm/configure.in index 774d9ee485..9ae78c2a72 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/configure.in +++ b/c/src/lib/libbsp/powerpc/eth_comm/configure.in @@ -28,10 +28,13 @@ RTEMS_PROJECT_ROOT # Explicitly list all Makefiles here AC_OUTPUT( Makefile +clock/Makefile canbus/Makefile console/Makefile include/Makefile +irq/Makefile network/Makefile start/Makefile startup/Makefile +vectors/Makefile wrapup/Makefile) -- cgit v1.2.3