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 | 3d08ff698b938613699682b5c5432547a7ebe898 (patch) | |
tree | d5613c54e9bb1ce20d5e26db288d99d2a00ad128 /Makefile.objs | |
parent | 5f9fc5ad7efe2840d3170775768fb85686d94869 (diff) |
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 |