Re-alphabetize OBJS
This commit is contained in:
parent
03f48901f0
commit
09b1909163
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,6 +9,7 @@ OBJS = \
|
|||
kalloc.o\
|
||||
kbd.o\
|
||||
lapic.o\
|
||||
log.o\
|
||||
main.o\
|
||||
mp.o\
|
||||
picirq.o\
|
||||
|
@ -26,7 +27,6 @@ OBJS = \
|
|||
uart.o\
|
||||
vectors.o\
|
||||
vm.o\
|
||||
log.o\
|
||||
|
||||
# Cross-compiling (e.g., on Mac OS X)
|
||||
#TOOLPREFIX = i386-jos-elf-
|
||||
|
|
Loading…
Reference in a new issue