Re: [PATCH 1/7] AMSO1100 Makefiles and Kconfig changes.

2006-05-31 Thread Roland Dreier
Can you reorder things so these changes go last? Otherwise after this patch we're left with a kernel tree that has a Makefile that refers to sources that don't exist yet. It's not really a practical issue but it is neater to do that way. (It's easy to do in stgit -- just pop all the patches and

Re: [PATCH 1/7] AMSO1100 Makefiles and Kconfig changes.

2006-05-31 Thread Steve Wise
On Wed, 2006-05-31 at 13:36 -0700, Roland Dreier wrote: > Can you reorder things so these changes go last? Otherwise after this > patch we're left with a kernel tree that has a Makefile that refers to > sources that don't exist yet. It's not really a practical issue but > it is neater to do that

[PATCH 1/7] AMSO1100 Makefiles and Kconfig changes.

2006-05-31 Thread Steve Wise
--- drivers/infiniband/Kconfig |1 + drivers/infiniband/Makefile|1 + drivers/infiniband/hw/amso1100/Kbuild | 10 ++ drivers/infiniband/hw/amso1100/Kconfig | 15 +++ drivers/infiniband/hw/amso1100/README | 11 +++ 5 files chang