summaryrefslogtreecommitdiff
path: root/Makefile.hw
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2011-07-28 12:10:30 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2011-07-29 08:25:45 -0500
commitcbbab9226da9572346837466a8770c117e7e65a2 (patch)
tree94940390582f196e164f6111c12a68df1787e5cf /Makefile.hw
parent789ec7ce20f34b175b3983707e077e8d67385126 (diff)
downloadqemu-cbbab9226da9572346837466a8770c117e7e65a2.tar.gz
move unaligned memory access functions to bswap.h
This is just code movement, and moving the fpu/ include path from target-dependent to target-independent Make variables. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.hw')
-rw-r--r--Makefile.hw2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.hw b/Makefile.hw
index b9181ab122..659e441992 100644
--- a/Makefile.hw
+++ b/Makefile.hw
@@ -9,7 +9,7 @@ include $(SRC_PATH)/rules.mak
$(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw)
-QEMU_CFLAGS+=-I.. -I$(SRC_PATH)/fpu
+QEMU_CFLAGS+=-I..
include $(SRC_PATH)/Makefile.objs