Skip to content

Commit

Permalink
lkl: follow up fix after v6.6 merge (msys/mingw no modpost)
Browse files Browse the repository at this point in the history
TBA

Fixes: ddb5cdb ("kbuild: generate KSYMTAB entries by modpost")
Signed-off-by: Hajime Tazaki <[email protected]>
  • Loading branch information
thehajime committed May 13, 2024
1 parent 977282f commit 4b8694e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/lkl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif
# workaround for #include_next<stdarg.h> errors
LINUXINCLUDE := -isystem arch/lkl/include/system $(LINUXINCLUDE)
# workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991
KBUILD_CFLAGS += -mno-ms-bitfields
KBUILD_CFLAGS += -mno-ms-bitfields -D__DISABLE_EXPORTS
else ifneq (,$(CONFIG_OUTPUT_FORMAT))
$(error Unrecognized platform: $(CONFIG_OUTPUT_FORMAT))
endif
Expand Down

0 comments on commit 4b8694e

Please sign in to comment.