Added sortix/fs to the sortix/Makefile DIRS variable.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-11-19 01:08:51 +01:00
parent 5714eaa882
commit a0eebc01db
1 changed files with 1 additions and 1 deletions

View File

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