added missing targets to Makefile

This commit is contained in:
Steffen Vogel 2014-11-28 01:34:26 +01:00
parent 84fb712308
commit 7ec90d2532

View file

@ -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