summaryrefslogtreecommitdiffstats
path: root/c/src/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/c/src/lib/Makefile.am b/c/src/lib/Makefile.am
deleted file mode 100644
index ff39067ae9..0000000000
--- a/c/src/lib/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-_SUBDIRS = libcpu libbsp
-
-include $(top_srcdir)/automake/subdirs.am
-include $(top_srcdir)/automake/local.am
-
-#
-# The libsp cannot be built until libcpu is built.
-#
-libbsp: libcpu