Move filesystem code into its own directory
Step one into cleaning up the codebase a little bit.
This commit is contained in:
@@ -15,7 +15,7 @@ LISTS=lists
|
||||
TESTS=tests
|
||||
|
||||
SRCS=$(wildcard *.s) $(wildcard *.c)
|
||||
SRCS+=$(wildcard usb/*.c)
|
||||
SRCS+=$(wildcard filesystem/*.s) $(wildcard filesystem/*.c)
|
||||
OBJS+=$(patsubst %.s,%.o,$(filter %s,$(SRCS)))
|
||||
OBJS+=$(patsubst %.c,%.o,$(filter %c,$(SRCS)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user