aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--Makefile.target2
-rw-r--r--envlist.c (renamed from linux-user/envlist.c)0
-rw-r--r--envlist.h (renamed from linux-user/envlist.h)0
4 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 343798988..912284a70 100644
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,7 @@ libqemu_common.a: $(obj-y)
#######################################################################
# user-obj-y is code used by qemu userspace emulation
-user-obj-y = cutils.o cache-utils.o path.o
+user-obj-y = cutils.o cache-utils.o path.o envlist.o
libqemu_user.a: $(user-obj-y)
diff --git a/Makefile.target b/Makefile.target
index 74f869db4..1e91cf2d8 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -87,7 +87,7 @@ VPATH+=:$(SRC_PATH)/linux-user:$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)
QEMU_CFLAGS+=-I$(SRC_PATH)/linux-user -I$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)
obj-y = main.o syscall.o strace.o mmap.o signal.o thunk.o \
- elfload.o linuxload.o uaccess.o envlist.o gdbstub.o gdbstub-xml.o
+ elfload.o linuxload.o uaccess.o gdbstub.o gdbstub-xml.o
obj-$(TARGET_HAS_BFLT) += flatload.o
obj-$(TARGET_HAS_ELFLOAD32) += elfload32.o
diff --git a/linux-user/envlist.c b/envlist.c
index e13c2d3e1..e13c2d3e1 100644
--- a/linux-user/envlist.c
+++ b/envlist.c
diff --git a/linux-user/envlist.h b/envlist.h
index e76d4a101..e76d4a101 100644
--- a/linux-user/envlist.h
+++ b/envlist.h