mirror of
https://github.com/tailix/kernel.git
synced 2024-10-30 12:03:52 -04:00
Remove unnecessary code
This commit is contained in:
parent
0ff7c1282f
commit
2545e6b7bf
2 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@ OBJS = start.s.o
|
|||
OBJS += main.c.o
|
||||
OBJS += panic.c.o
|
||||
OBJS += paging.c.o
|
||||
OBJS += page_dir.c.o
|
||||
|
||||
# Architecture-independent
|
||||
OBJS += info.c.o
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
#include "page_dir.h"
|
Loading…
Reference in a new issue