* [patch 3/6] always build arch/ia64/lib/xor.o
@ 2007-03-06 10:34 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2007-03-06 10:34 UTC (permalink / raw)
To: linux-ia64
From: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
Always build ia64 xor.o because multiple config options now depend on it.
Necessary to build .20-mm* on ia64 when, e.g., CONFIG_ASYNC_TX_DMA is
defined. Don't know if '_ASYNC_TX_DMA makes sense on ia64. If not, maybe
Kconfig should preclude it.
Could have defined a Kconfig option that defaults to true if MD_RAID456 ||
ASYNC_TX_DMA to control building of xor.o, but xor.o is only 848 bytes and
this IS ia64...
Signed-off-by: Lee Schermerhorn <lee.schermerhorn@hp.com>
Cc: Bob Picco <bob.picco@hp.com>
Cc: Eric Whitney <eric.whitney@hp.com>
Cc: "Luck, Tony" <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
arch/ia64/lib/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff -puN arch/ia64/lib/Makefile~always-build-arch-ia64-lib-xoro arch/ia64/lib/Makefile
--- a/arch/ia64/lib/Makefile~always-build-arch-ia64-lib-xoro
+++ a/arch/ia64/lib/Makefile
@@ -9,12 +9,11 @@ lib-y := __divsi3.o __udivsi3.o __modsi3
checksum.o clear_page.o csum_partial_copy.o \
clear_user.o strncpy_from_user.o strlen_user.o strnlen_user.o \
flush.o ip_fast_csum.o do_csum.o \
- memset.o strlen.o
+ memset.o strlen.o xor.o
lib-$(CONFIG_ITANIUM) += copy_page.o copy_user.o memcpy.o
lib-$(CONFIG_MCKINLEY) += copy_page_mck.o memcpy_mck.o
lib-$(CONFIG_PERFMON) += carta_random.o
-lib-$(CONFIG_MD_RAID456) += xor.o
AFLAGS___divdi3.o AFLAGS___udivdi3.o = -DUNSIGNED
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-06 10:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-06 10:34 [patch 3/6] always build arch/ia64/lib/xor.o akpm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox