From 8a337ad337cd43bed8ccfd6ca058eff1dca78403 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Mon, 29 Dec 2014 18:25:58 +0100 Subject: [PATCH] add directory fs to list of source directories --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.example b/Makefile.example index 53f4088..fe0e642 100644 --- a/Makefile.example +++ b/Makefile.example @@ -2,7 +2,7 @@ TERM = xterm TOPDIR = $(shell pwd) ARCH = x86 NAME = eduos -KERNDIRS = libkern kernel mm arch/$(ARCH)/kernel arch/$(ARCH)/mm +KERNDIRS = libkern kernel mm fs arch/$(ARCH)/kernel arch/$(ARCH)/mm SUBDIRS = $(KERNDIRS) # Set your own cross compiler tool chain prefix here