add masm=intel to make-x86

This commit is contained in:
Quinten Kock 2020-12-04 04:43:15 +01:00
parent c5464e75ae
commit f658a80f6e
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1,2 @@
ARCHFILES := $(shell find src/arch/x86 -type f -name '*.c' -print)
ARCHFILES := $(shell find src/arch/x86 -type f -name '*.c' -print)
ARCH_CFLAGS := -masm=intel

View File

@ -1,3 +1,3 @@
-include make/x86/make.config
ARCH_CFLAGS := -mcmodel=kernel
ARCH_CFLAGS := $(ARCH_CFLAGS) -mcmodel=kernel