- revert the overly aggressive migration of portals/list.h
- make sure all builds see -DCRAY_PORTALS. this is gross.
- protect the libcfs ioctl registration with __KERNEL__
- avoid portals_nid2str() as it breaks the compiler
else
if CRAY_PORTALS
-SUBDIRS = libcfs unals utils tests doc
+SUBDIRS = libcfs tests doc
else
SUBDIRS = libcfs portals knals unals utils tests doc router
endif
else
if CRAY_PORTALS
-SUBDIRS = libcfs unals utils tests doc
+SUBDIRS = libcfs tests doc
else
SUBDIRS = libcfs portals knals unals utils tests doc router
endif