summaryrefslogtreecommitdiff
path: root/Makefrag.am
diff options
context:
space:
mode:
authorAbel Romero Pérez <romeroperezabel@gmail.com>2018-06-28 02:09:24 -0400
committerAbel Romero Pérez <romeroperezabel@gmail.com>2018-06-28 02:09:24 -0400
commit371df36e565f4408737948ccc3d25acf2e1ccb57 (patch)
tree81383a8771d3aea315f8ce7d7320de632ad94318 /Makefrag.am
parent0d490ef21c156907f3f26a6cdc00842f462a877a (diff)
moved cpu_number() to cpu_number.c, created CPU_NUMBER ASM macro
Diffstat (limited to 'Makefrag.am')
-rw-r--r--Makefrag.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefrag.am b/Makefrag.am
index 4625b487..8b855cb8 100644
--- a/Makefrag.am
+++ b/Makefrag.am
@@ -139,6 +139,7 @@ libkernel_a_SOURCES += \
kern/counters.c \
kern/counters.h \
kern/cpu_number.h \
+ kern/cpu_number.c \
kern/debug.c \
kern/debug.h \
kern/eventcount.c \