summaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-29 19:23:55 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-29 19:23:55 +0000
commit5f9fc5ad7efe2840d3170775768fb85686d94869 (patch)
tree894d04b33056b936c6f0e09c6387c7e58bc7825c /Makefile.objs
parent53b67b3052f39b049bc7c79ae1ce132c90098c6c (diff)
downloadqemu-5f9fc5ad7efe2840d3170775768fb85686d94869.tar.gz
Compile pflash_cfi02 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 cd1e721b13..f4e1e3d43c 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_CFI02) += pflash_cfi02.o
hw-obj-$(CONFIG_M48T59) += m48t59.o
hw-obj-$(CONFIG_ESCC) += escc.o