summaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl2010-03-29 21:23:56 +0200
committerBlue Swirl2010-03-29 21:23:56 +0200
commit3d08ff698b938613699682b5c5432547a7ebe898 (patch)
treed5613c54e9bb1ce20d5e26db288d99d2a00ad128 /Makefile.objs
parentCompile pflash_cfi02 only once (diff)
downloadqemu-3d08ff698b938613699682b5c5432547a7ebe898.tar.gz
qemu-3d08ff698b938613699682b5c5432547a7ebe898.tar.xz
qemu-3d08ff698b938613699682b5c5432547a7ebe898.zip
Compile pflash_cfi01 only once
Push TARGET_WORDS_BIGENDIAN dependency to board level. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs
index f4e1e3d43c..fe5b4d980e 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -135,6 +135,7 @@ hw-obj-y += watchdog.o
hw-obj-$(CONFIG_ISA_MMIO) += isa_mmio.o
hw-obj-$(CONFIG_ECC) += ecc.o
hw-obj-$(CONFIG_NAND) += nand.o
+hw-obj-$(CONFIG_PFLASH_CFI01) += pflash_cfi01.o
hw-obj-$(CONFIG_PFLASH_CFI02) += pflash_cfi02.o
hw-obj-$(CONFIG_M48T59) += m48t59.o