diff options
author | lloyd <[email protected]> | 2008-09-29 00:03:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 00:03:19 +0000 |
commit | 8269e2897e0a652bbd949d38b74873976a98adeb (patch) | |
tree | 2ea103d5d7d4cf9073b4ac06cb5d5f7c62be16a6 /src/timer/cpu_counter | |
parent | ab81a9d95264914ab34cb4e7134f827e3128c326 (diff) |
Move timer base class into a module, add dep from other timer modules
Diffstat (limited to 'src/timer/cpu_counter')
-rw-r--r-- | src/timer/cpu_counter/modinfo.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/timer/cpu_counter/modinfo.txt b/src/timer/cpu_counter/modinfo.txt index d5583c0d7..2a64bedee 100644 --- a/src/timer/cpu_counter/modinfo.txt +++ b/src/timer/cpu_counter/modinfo.txt @@ -29,3 +29,8 @@ ia64 # ar.itc s390x hppa </arch> + +<requires> +timer_base +</requires> + |