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:
parent
5714eaa882
commit
a0eebc01db
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue