summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2019-06-03 15:23:12 -0400
committerRobert Morris <[email protected]>2019-06-03 15:23:12 -0400
commit6eae1be7550ecdc85269ce57c4a2f2dd0e9297b9 (patch)
tree9a168c1fed57523f1683799ce5fb555629a29942 /Makefile
parente630e0743b8c1a0f9ebca702811bd59065c9f457 (diff)
downloadxv6-labs-6eae1be7550ecdc85269ce57c4a2f2dd0e9297b9.tar.gz
xv6-labs-6eae1be7550ecdc85269ce57c4a2f2dd0e9297b9.tar.bz2
xv6-labs-6eae1be7550ecdc85269ce57c4a2f2dd0e9297b9.zip
push/pop all registers when handling interrupt from kernel
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index abd819e..84355e0 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,9 @@ OBJS = \
pipe.o \
ramdisk.o \
exec.o \
- sysfile.o
+ sysfile.o \
+ kernelvec.o \
+ plic.o
XXXOBJS = \
bio.o\