diff options
author | Richard Braun <rbraun@sceen.net> | 2017-05-19 19:11:34 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-05-19 19:11:34 +0200 |
commit | 805ba95708f577ea3cfb59f9851ea61ef45abc85 (patch) | |
tree | 81e480b1b7d0e730f52ebb5a5668819d15c5e907 /Makefrag.am | |
parent | 3c203f5b93f23927a1e046f120a1a9438c5213bc (diff) |
kern/console: new module
Diffstat (limited to 'Makefrag.am')
-rw-r--r-- | Makefrag.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefrag.am b/Makefrag.am index 55bf93b5..8a7b8e98 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -18,6 +18,8 @@ x15_SOURCES += \ kern/condition.c \ kern/condition.h \ kern/condition_types.h \ + kern/console.c \ + kern/console.h \ kern/config.h \ kern/cpumap.c \ kern/cpumap.h \ |