summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon3/preinstall.am
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2011-12-14 11:28:18 +0100
committerDaniel Hellstrom <daniel@gaisler.com>2015-04-17 01:10:15 +0200
commit31e4e25dfe6a824a3bcc020faf6b95f9e25b629e (patch)
tree499ac863ccf3fb834d8fa3bd813a5abaefa4c95e /c/src/lib/libbsp/sparc/leon3/preinstall.am
parentIO_MANAGER: early dynamic driver registration (diff)
downloadrtems-31e4e25dfe6a824a3bcc020faf6b95f9e25b629e.tar.bz2
LEON3: GPTIMER timer watchdog driver
Last timer instance of GPTIMER is sometimes a watchdog timer that can reset the system on timer underflow.
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon3/preinstall.am')
-rw-r--r--c/src/lib/libbsp/sparc/leon3/preinstall.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/leon3/preinstall.am b/c/src/lib/libbsp/sparc/leon3/preinstall.am
index d7b28e4f2a..0c0139fa1b 100644
--- a/c/src/lib/libbsp/sparc/leon3/preinstall.am
+++ b/c/src/lib/libbsp/sparc/leon3/preinstall.am
@@ -165,3 +165,7 @@ $(PROJECT_INCLUDE)/i2cmst.h: ../../sparc/shared/include/i2cmst.h $(PROJECT_INCLU
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/i2cmst.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/i2cmst.h
+$(PROJECT_INCLUDE)/watchdog.h: include/watchdog.h $(PROJECT_INCLUDE)/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/watchdog.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/watchdog.h
+