[openib-general] ipath module compilation on 2.6.15 and 2.6.16
Vladimir Sokolovsky
vlad at mellanox.co.il
Wed Apr 5 10:18:46 PDT 2006
Roland Dreier wrote:
> Vladimir> I tried compilation on 32 bit machine. Should it be
> Vladimir> supported by ipath?
>
> No, PathScale hasn't done the work to make the driver work on 32-bit
> archs yet. But what I don't understand is how you were able to
> configure your kernel to build the driver, since the Kconfig has
> "depends on 64BIT" in it.
>
> - R.
>
>
I am not compiling kernel, but only ipath using SUBDIRS:
$(MAKE) -C /lib/modules/$(uname -r)/source
SUBDIRS="./linux-kernel/infiniband" \
EXTRAVERSION=$(EXTRAVERSION) V=1 \
CONFIG_INFINIBAND=m \
CONFIG_IPATH_CORE=m \
CONFIG_INFINIBAND_IPATH=m \
CONFIG_IPATH_ETHER =m
....
Vladimir
More information about the general
mailing list