mirror of
https://github.com/ish-app/ish.git
synced 2026-05-28 21:10:35 +00:00
12 lines
930 B
Plaintext
12 lines
930 B
Plaintext
#include "StaticLib.xcconfig"
|
|
|
|
HEADER_SEARCH_PATHS = $(SRCROOT)/deps/linux/arch/ish/include $(MESON_BUILD_DIR)/deps/linux/arch/ish/include/generated $(SRCROOT)/deps/linux/include $(MESON_BUILD_DIR)/deps/linux/include $(SRCROOT)/deps/linux/arch/ish/include/uapi $(MESON_BUILD_DIR)/deps/linux/arch/ish/include/generated/uapi $(SRCROOT)/deps/linux/include/uapi $(MESON_BUILD_DIR)/deps/linux/arch/ish/include/generated/uapi $(SRCROOT)/deps/linux/arch/ish/include/ishemu $(SRCROOT)
|
|
GCC_PREPROCESSOR_DEFINITIONS = __KERNEL__
|
|
OTHER_CFLAGS = -U__weak -nostdlibinc -include $(SRCROOT)/deps/linux/include/linux/kconfig.h -include $(SRCROOT)/deps/linux/include/linux/compiler_types.h
|
|
LINK_WITH_STANDARD_LIBRARIES = NO
|
|
// disable modules because it results in clashes between linux and clang headers
|
|
CLANG_ENABLE_MODULES = NO
|
|
// these warnings are tripped by linux
|
|
GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = NO
|