diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-16 18:34:16 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-16 17:28:58 -0500 |
commit | 0adcffb1ce23b34ea26b05a75c711904db362ffa (patch) | |
tree | a4e20e07d8a75a1475ad5beadcd50ebe4289c33a /Makefile.target | |
parent | 6acff7da2b1a22789f23771c411586e4620049df (diff) |
simplify TARGET_ARCH2 generation
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.target b/Makefile.target index 7e69a644ae..1f0a86d854 100644 --- a/Makefile.target +++ b/Makefile.target @@ -6,10 +6,6 @@ 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= -# user emulator name -ifndef TARGET_ARCH2 -TARGET_ARCH2=$(TARGET_ARCH) -endif ifdef CONFIG_USER_ONLY # user emulator name |