This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

synthetic watchdog device


The synthetic target watchdog device should only be active if the
generic support is present, otherwise you get a build failure. Some
templates include the generic support but not all.

Bart

2002-09-16  Bart Veer  <bartv@ecoscentric.com>

	* cdl/synth_watchdog.cdl:
	Synthetic watchdog device should only be active if the
	generic watchdog support is present

Index: synth_watchdog.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/watchdog/synth/current/cdl/synth_watchdog.cdl,v
retrieving revision 1.1
diff -u -u -r1.1 synth_watchdog.cdl
--- synth_watchdog.cdl	15 Sep 2002 17:50:07 -0000	1.1
+++ synth_watchdog.cdl	16 Sep 2002 21:57:32 -0000
@@ -58,6 +58,7 @@
         SIGPWR signal."
     
     parent      CYGPKG_IO_WATCHDOG
+    active_if   CYGPKG_IO_WATCHDOG
     implements  CYGINT_WATCHDOG_HW_IMPLEMENTATIONS
     implements  CYGINT_WATCHDOG_RESETS_ON_TIMEOUT
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]