qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] linux-user: Fix include path


From: Lluís
Subject: [Qemu-devel] [PATCH] linux-user: Fix include path
Date: Wed, 29 Jun 2011 17:48:47 +0200
User-agent: StGit/0.15

This path works regardless of the current compilation directory.

Signed-off-by: Lluís Vilanova <address@hidden>
---
 Makefile.target |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.target b/Makefile.target
index 38afdb8..9967198 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -15,7 +15,7 @@ endif
 TARGET_PATH=$(SRC_PATH)/target-$(TARGET_BASE_ARCH)
 $(call set-vpath, $(SRC_PATH):$(TARGET_PATH):$(SRC_PATH)/hw)
 ifdef CONFIG_LINUX
-QEMU_CFLAGS += -I../linux-headers
+QEMU_CFLAGS += -I$(SRC_PATH)/linux-headers
 endif
 QEMU_CFLAGS += -I.. -I$(TARGET_PATH) -DNEED_CPU_H
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]