Moved interrupt handling to subdir
This commit is contained in:
9
src/interrupts/Makefile
Normal file
9
src/interrupts/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
objs = x86/inthandlers.o x86/interruptdescriptor.o x86/idt.o x86/interrupts.o
|
||||
archive = libinterrupts.a
|
||||
|
||||
$(archive): $(objs)
|
||||
i686-elf-ar rcs $@ $^
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f $(archive) $(objs)
|
||||
Reference in New Issue
Block a user