diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:23:55 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:23:55 +0000 |
commit | d3b00195d88305a9f91c67de8b0285c3f7ae08b7 (patch) | |
tree | 894d04b33056b936c6f0e09c6387c7e58bc7825c /Makefile.objs | |
parent | 600aad7a4d089f63173a0cbde49cbbb313dc84fb (diff) | |
download | qemu-d3b00195d88305a9f91c67de8b0285c3f7ae08b7.tar.gz qemu-d3b00195d88305a9f91c67de8b0285c3f7ae08b7.tar.bz2 qemu-d3b00195d88305a9f91c67de8b0285c3f7ae08b7.zip |
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.objs | 1 |
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 |