mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Reduce dependency on efi library functions
This commit is contained in:
3
Makefile
3
Makefile
@@ -59,9 +59,10 @@ CFLAGS += -DGIT_VERSION="L\"$(VERSION)\""
|
||||
CFLAGS += -DKERNEL_FILENAME="L\"$(KERNEL_FILENAME)\""
|
||||
CFLAGS += -DEFI_DEBUG=0 -DEFI_DEBUG_CLEAR_MEMORY=0
|
||||
CFLAGS += -DGNU_EFI_USE_MS_ABI -DHAVE_USE_MS_ABI
|
||||
#CFLAGS += -DEFI_FUNCTION_WRAPPER
|
||||
|
||||
BOOT_CFLAGS := -I src/boot $(CFLAGS)
|
||||
#BOOT_CFLAGS += -DEFI_FUNCTION_WRAPPER
|
||||
|
||||
ifdef MAX_HRES
|
||||
BOOT_CFLAGS += -DMAX_HRES=$(MAX_HRES)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user