From dd7f59172c7bb3715fa4ff46862affdcf2ca3c52 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 11 Oct 2007 12:54:50 +0000 Subject: 2007-10-11 Daniel Hellstrom * Makefile.am, preinstall.am: Fixes bug in OC-CAN baud rate calculator. The BTR1 8-bit value was swapped. --- c/src/lib/libbsp/sparc/leon2/preinstall.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'c/src/lib/libbsp/sparc/leon2/preinstall.am') 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 -- cgit v1.2.3