From a0eebc01dbbbe8fae962b69c097067d4b7268c4c Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sat, 19 Nov 2011 01:08:51 +0100 Subject: [PATCH] Added sortix/fs to the sortix/Makefile DIRS variable. --- sortix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sortix/Makefile b/sortix/Makefile index f75ac45e..62159637 100644 --- a/sortix/Makefile +++ b/sortix/Makefile @@ -37,7 +37,7 @@ ifdef X86FAMILY CPUFLAGS:=$(CPUFLAGS) -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow endif -DIRS=. x64 x86 x86-family +DIRS=. x64 x86 x86-family fs DEFINES:=-DSORTIX_KERNEL $(CPUDEFINES) ifeq ($(JSSORTIX),1)