summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-04 22:55:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-04 22:55:13 +0000
commitb17830622a32cbbeaac014e8e6bb56d99184876a (patch)
tree4a622766310aceed0bdbabc8b79d5f5cebaf1241 /c/src/lib/libbsp/lm32/Makefile.am
parent2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi> (diff)
downloadrtems-b17830622a32cbbeaac014e8e6bb56d99184876a.tar.bz2
2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>
* ChangeLog, Makefile.am, README, acinclude.m4, configure.ac, shared/clock/ckinit.c, shared/clock/clock.h, shared/console/console.c, shared/console/uart.c, shared/console/uart.h, shared/start/start.S, shared/startup/bspstart.c, shared/startup/setvec.c, shared/timer/timer.c, shared/tsmac/dp83848phy.h, shared/tsmac/tsmac.c, shared/tsmac/tsmac.h: New files.
Diffstat (limited to 'c/src/lib/libbsp/lm32/Makefile.am')
-rw-r--r--c/src/lib/libbsp/lm32/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/lm32/Makefile.am b/c/src/lib/libbsp/lm32/Makefile.am
new file mode 100644
index 0000000000..e60a8966ac
--- /dev/null
+++ b/c/src/lib/libbsp/lm32/Makefile.am
@@ -0,0 +1,11 @@
+##
+## $Id$
+##
+
+ACLOCAL_AMFLAGS = -I ../../../aclocal
+
+# Descend into the @RTEMS_BSP_FAMILY@ directory
+SUBDIRS = @RTEMS_BSP_FAMILY@
+
+include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../../../automake/local.am