Fix FAT driver issues (FAT32 while being under 32MiB), liballoc alignment so SSE doesnt break
This commit is contained in:
10
libfat/Makefile
Normal file
10
libfat/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
include ../make/ufuncs.mk
|
||||
|
||||
$(eval $(call add_include,libsystem))
|
||||
$(eval $(call add_lib,libstring))
|
||||
|
||||
cflags += -D"FAT_PRINTF(a)"
|
||||
|
||||
libname := libfat
|
||||
|
||||
include ../make/lib.mk
|
||||
Reference in New Issue
Block a user