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