]> Git Repo - qemu.git/blobdiff - Makefile.target
linux-user/riscv: fix up struct target_ucontext definition
[qemu.git] / Makefile.target
index cb3a6fa5e704c98425967561ef00d74de121b627..8ed1eba95b9c29ab4e47349cbdb2dbdf174d9106 100644 (file)
@@ -12,7 +12,7 @@ endif
 
 $(call set-vpath, $(SRC_PATH):$(BUILD_DIR))
 ifdef CONFIG_LINUX
-QEMU_CFLAGS += -I../linux-headers
+QEMU_CFLAGS += -isystem ../linux-headers
 endif
 QEMU_CFLAGS += -iquote .. -iquote $(SRC_PATH)/target/$(TARGET_BASE_ARCH) -DNEED_CPU_H
 
This page took 0.020831 seconds and 4 git commands to generate.