summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/sparc/leon2/preinstall.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-05 15:49:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-05 15:49:38 +0000
commit7e15770cda0aed534ae2f8c1e6cdd7ac3f33e3ce (patch)
tree9f87a6ae90dd63576eda641065b5e964ee34e65c /c/src/lib/libbsp/sparc/leon2/preinstall.am
parente5ce943eb907cb821266dce5a0b19e26435934f2 (diff)
2007-12-05 Daniel Hellstrom <daniel@gaisler.com>
* Makefile.am, preinstall.am: i2c should be on branch as well as CVS head.
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon2/preinstall.am')
-rw-r--r--c/src/lib/libbsp/sparc/leon2/preinstall.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/leon2/preinstall.am b/c/src/lib/libbsp/sparc/leon2/preinstall.am
index eb34a64633..2551218f43 100644
--- a/c/src/lib/libbsp/sparc/leon2/preinstall.am
+++ b/c/src/lib/libbsp/sparc/leon2/preinstall.am
@@ -132,3 +132,6 @@ $(PROJECT_LIB)/linkcmds: startup/linkcmds $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds
PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds
+$(PROJECT_INCLUDE)/i2cmst.h: ../../sparc/shared/include/i2cmst.h $(PROJECT_INCLUDE)/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/i2cmst.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/i2cmst.h