1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

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)