From 84108e128e0245dc1ff9c0aa064e9cfe2316b32d Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 21 Mar 2010 19:47:09 +0000 Subject: Compile isa_mmio only once Push TARGET_WORDS_BIGENDIAN dependency to board level. Signed-off-by: Blue Swirl --- Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.objs') diff --git a/Makefile.objs b/Makefile.objs index ca4ee39..333904b 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -131,6 +131,7 @@ hw-obj-y += loader.o hw-obj-y += virtio.o virtio-console.o hw-obj-y += fw_cfg.o 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 -- cgit v1.1