On Wed, 30 Jul 2003 16:32:03 -0700, jbarnes@sgi.com (Jesse Barnes) wrote: >Does this look better? I'm sure there's more cleanup to do (and I'm not >sure about how to do the Makefile thing for !CONFIG_DISCONTIGMEM), but >it Works For Me (tm). >--- a/arch/ia64/mm/Makefile Wed Jul 30 16:30:51 2003 >+++ b/arch/ia64/mm/Makefile Wed Jul 30 16:30:51 2003 >@@ -7,3 +7,6 @@ > obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o > obj-$(CONFIG_NUMA) += numa.o > obj-$(CONFIG_DISCONTIGMEM) += discontig.o >+ifndef CONFIG_DISCONTIGMEM >+obj-y += contig.c >+endif # Include contig.c if CONFIG_DISCONTIGMEM is n or undefined obj-$(subst $(CONFIG_DISCONTIGMEM),n,,)y += contig.c - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Wed Jul 30 19:53:50 2003
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:16 EST