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)