mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
Move target-arm/nwfpe into linux-user/arm/nwfpe
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4185 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e771edab0d
commit
3ebdd11939
13 changed files with 1 additions and 1 deletions
|
@ -322,10 +322,10 @@ cpu-exec.o: cpu-exec.c
|
||||||
|
|
||||||
ifdef CONFIG_LINUX_USER
|
ifdef CONFIG_LINUX_USER
|
||||||
|
|
||||||
VPATH+=:$(SRC_PATH)/linux-user
|
|
||||||
ifndef TARGET_ABI_DIR
|
ifndef TARGET_ABI_DIR
|
||||||
TARGET_ABI_DIR=$(TARGET_ARCH)
|
TARGET_ABI_DIR=$(TARGET_ARCH)
|
||||||
endif
|
endif
|
||||||
|
VPATH+=:$(SRC_PATH)/linux-user:$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)
|
||||||
CPPFLAGS+=-I$(SRC_PATH)/linux-user -I$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)
|
CPPFLAGS+=-I$(SRC_PATH)/linux-user -I$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)
|
||||||
|
|
||||||
ifdef CONFIG_STATIC
|
ifdef CONFIG_STATIC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue