diff options
-rw-r--r-- | Makefrag.am | 156 |
1 files changed, 78 insertions, 78 deletions
diff --git a/Makefrag.am b/Makefrag.am index 01e7f5b0..a42c5ea8 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -1,89 +1,89 @@ include arch/x86/Makefrag.am -x15_SOURCES += \ +x15_SOURCES += \ include/string.h -x15_SOURCES += \ - kern/assert.h \ - kern/bitmap.c \ - kern/bitmap.h \ - kern/bitmap_i.h \ - kern/condition.c \ - kern/condition.h \ - kern/condition_types.h \ - kern/config.h \ - kern/cpumap.c \ - kern/cpumap.h \ - kern/error.c \ - kern/error.h \ - kern/evcnt.c \ - kern/evcnt.h \ - kern/init.h \ - kern/kernel.c \ - kern/kernel.h \ - kern/kmem.c \ - kern/kmem.h \ - kern/kmem_i.h \ - kern/limits.h \ - kern/list.h \ - kern/list_types.h \ - kern/llsync.c \ - kern/llsync.h \ - kern/llsync_i.h \ - kern/log2.h \ - kern/macros.h \ - kern/mutex.c \ - kern/mutex.h \ - kern/mutex_i.h \ - kern/mutex_types.h \ - kern/panic.c \ - kern/panic.h \ - kern/param.h \ - kern/percpu.c \ - kern/percpu.h \ - kern/printk.c \ - kern/printk.h \ - kern/rbtree.c \ - kern/rbtree.h \ - kern/rbtree_i.h \ - kern/rdxtree.c \ - kern/rdxtree.h \ - kern/rdxtree_i.h \ - kern/spinlock.h \ - kern/spinlock_i.h \ - kern/spinlock_types.h \ - kern/sprintf.c \ - kern/sprintf.h \ - kern/sref.c \ - kern/sref.h \ - kern/sref_i.h \ - kern/string.c \ - kern/string.h \ - kern/task.c \ - kern/task.h \ - kern/thread.c \ - kern/thread.h \ - kern/thread_i.h \ - kern/types.h \ - kern/work.c \ - kern/work.h \ - kern/xcall.c \ +x15_SOURCES += \ + kern/assert.h \ + kern/bitmap.c \ + kern/bitmap.h \ + kern/bitmap_i.h \ + kern/condition.c \ + kern/condition.h \ + kern/condition_types.h \ + kern/config.h \ + kern/cpumap.c \ + kern/cpumap.h \ + kern/error.c \ + kern/error.h \ + kern/evcnt.c \ + kern/evcnt.h \ + kern/init.h \ + kern/kernel.c \ + kern/kernel.h \ + kern/kmem.c \ + kern/kmem.h \ + kern/kmem_i.h \ + kern/limits.h \ + kern/list.h \ + kern/list_types.h \ + kern/llsync.c \ + kern/llsync.h \ + kern/llsync_i.h \ + kern/log2.h \ + kern/macros.h \ + kern/mutex.c \ + kern/mutex.h \ + kern/mutex_i.h \ + kern/mutex_types.h \ + kern/panic.c \ + kern/panic.h \ + kern/param.h \ + kern/percpu.c \ + kern/percpu.h \ + kern/printk.c \ + kern/printk.h \ + kern/rbtree.c \ + kern/rbtree.h \ + kern/rbtree_i.h \ + kern/rdxtree.c \ + kern/rdxtree.h \ + kern/rdxtree_i.h \ + kern/spinlock.h \ + kern/spinlock_i.h \ + kern/spinlock_types.h \ + kern/sprintf.c \ + kern/sprintf.h \ + kern/sref.c \ + kern/sref.h \ + kern/sref_i.h \ + kern/string.c \ + kern/string.h \ + kern/task.c \ + kern/task.h \ + kern/thread.c \ + kern/thread.h \ + kern/thread_i.h \ + kern/types.h \ + kern/work.c \ + kern/work.h \ + kern/xcall.c \ kern/xcall.h -x15_SOURCES += \ - vm/vm_adv.h \ - vm/vm_inherit.h \ - vm/vm_kmem.c \ - vm/vm_kmem.h \ - vm/vm_map.c \ - vm/vm_map.h \ - vm/vm_page.c \ - vm/vm_page.h \ - vm/vm_prot.h \ - vm/vm_setup.c \ +x15_SOURCES += \ + vm/vm_adv.h \ + vm/vm_inherit.h \ + vm/vm_kmem.c \ + vm/vm_kmem.h \ + vm/vm_map.c \ + vm/vm_map.h \ + vm/vm_page.c \ + vm/vm_page.h \ + vm/vm_prot.h \ + vm/vm_setup.c \ vm/vm_setup.h -x15_SOURCES += \ +x15_SOURCES += \ test/test.h if TEST_LLSYNC_DEFER |