From 8ae91559e31d14817e998657c2f83e45ddf3d599 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Apr 2008 22:47:02 +0000 Subject: 2008-04-17 Joel Sherrill * psxchroot01/main.c, psxmount/main.c, psxreaddir/main.c: Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed. --- testsuites/psxtests/psxmount/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/psxtests/psxmount/main.c') diff --git a/testsuites/psxtests/psxmount/main.c b/testsuites/psxtests/psxmount/main.c index a176bb1c27..8fa02b840c 100644 --- a/testsuites/psxtests/psxmount/main.c +++ b/testsuites/psxtests/psxmount/main.c @@ -21,6 +21,8 @@ rtems_task Init( /* configuration information */ +/* NOTICE: the clock driver is explicitly disabled */ +#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER #define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM -- cgit v1.2.3