added missing targets to Makefile
This commit is contained in:
parent
84fb712308
commit
7ec90d2532
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
TOPDIR = $(shell pwd)
|
||||
ARCH = x86
|
||||
NAME = eduos
|
||||
KERNDIRS = libkern kernel mm arch/$(ARCH)/kernel
|
||||
KERNDIRS = libkern kernel mm arch/$(ARCH)/kernel arch/$(ARCH)/mm
|
||||
SUBDIRS = $(KERNDIRS)
|
||||
|
||||
# Set your own cross compiler tool chain prefix here
|
||||
|
|
Loading…
Add table
Reference in a new issue