From 7ec90d2532020b662e7e0af7541ea010ffbc3540 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 28 Nov 2014 01:34:26 +0100 Subject: [PATCH] added missing targets to Makefile --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.example b/Makefile.example index dd4ead8..c2ff065 100644 --- a/Makefile.example +++ b/Makefile.example @@ -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