summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/shared/io/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i386/shared/io/Makefile.am')
-rw-r--r--c/src/lib/libbsp/i386/shared/io/Makefile.am13
1 files changed, 3 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/i386/shared/io/Makefile.am b/c/src/lib/libbsp/i386/shared/io/Makefile.am
index f3d98b6b1a..66be6280a8 100644
--- a/c/src/lib/libbsp/i386/shared/io/Makefile.am
+++ b/c/src/lib/libbsp/i386/shared/io/Makefile.am
@@ -4,19 +4,12 @@
AUTOMAKE_OPTIONS = foreign 1.4
-H_FILES = bspIo.h
+H_FILES =
-C_FILES = printk.c
-
-$(PROJECT_INCLUDE):
- $(mkinstalldirs) $@
-$(PROJECT_INCLUDE)/%.h: %.h
- $(INSTALL_DATA) $< $@
-
-PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h)
+C_FILES =
all-local: $(PREINSTALL_FILES)
-EXTRA_DIST = bspIo.h printk.c
+EXTRA_DIST =
include $(top_srcdir)/../../../../../automake/local.am