]> Git Repo - qemu.git/blobdiff - Makefile.target
linux-user: set minimum uname for RISC-V
[qemu.git] / Makefile.target
index 6549481096935f953c702a8786de47850259a80f..d0ec77a307027386304264d89b9bf0b72e2ce938 100644 (file)
@@ -11,9 +11,9 @@ $(call set-vpath, $(SRC_PATH):$(BUILD_DIR))
 ifdef CONFIG_LINUX
 QEMU_CFLAGS += -I../linux-headers
 endif
-QEMU_CFLAGS += -I.. -I$(SRC_PATH)/target/$(TARGET_BASE_ARCH) -DNEED_CPU_H
+QEMU_CFLAGS += -iquote .. -iquote $(SRC_PATH)/target/$(TARGET_BASE_ARCH) -DNEED_CPU_H
 
-QEMU_CFLAGS+=-I$(SRC_PATH)/include
+QEMU_CFLAGS+=-iquote $(SRC_PATH)/include
 
 ifdef CONFIG_USER_ONLY
 # user emulator name
This page took 0.022393 seconds and 4 git commands to generate.