summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-08-03 14:46:15 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:05:38 -0500
commitfa5e22cfc02dfed3d79e64e214b57f61ffafd8ea (patch)
tree5f3e0db2b1c03816b8c248df52d7140a0655fbbb /Makefile.target
parent9b86c9531d0fa4bd6fb3a8764b9166c866565ed4 (diff)
downloadhqemu-fa5e22cfc02dfed3d79e64e214b57f61ffafd8ea.zip
hqemu-fa5e22cfc02dfed3d79e64e214b57f61ffafd8ea.tar.gz
We want to pass LIB through configuration files now
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 856a9bd..c32367f 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -5,7 +5,6 @@ TARGET_PATH=$(SRC_PATH)/target-$(TARGET_BASE_ARCH)
VPATH=$(SRC_PATH):$(TARGET_PATH):$(SRC_PATH)/hw
CPPFLAGS=-I. -I.. -I$(TARGET_PATH) -I$(SRC_PATH) -MMD -MT $@ -MP -DNEED_CPU_H
#CFLAGS+=-Werror
-LIBS=
ifdef CONFIG_USER_ONLY
# user emulator name
OpenPOWER on IntegriCloud