summaryrefslogtreecommitdiff
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksa@vuckovic.cc>2023-02-22 17:31:52 +0100
committerAleksa Vuckovic <aleksa@vuckovic.cc>2023-02-22 17:36:02 +0100
commit57e6722453c27d35a3b02309ce21263d225a23e3 (patch)
tree7469dce46d063ddc7a3f3a7da6dcff928730488a /kernel/Makefile
parent2bb4e7fb4c0f5895148bb32da64381b985c8dcef (diff)
curr_cpu_apic_id() now works on old amd cpus
Diffstat (limited to 'kernel/Makefile')
-rw-r--r--kernel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
index 33a5d4d..86c4893 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -17,6 +17,8 @@ OBJS = \
src/cpu/io.o \
src/cpu/irq.o \
src/cpu/irq_stub.o \
+ src/cpu/kcpuid.o \
+ src/cpu/msr.o \
src/cpu/pic.o \
src/cpu/tss.o \
src/devices/disc.o \