Skip to content
Snippets Groups Projects
Commit 7edbda01 authored by Robert Read's avatar Robert Read
Browse files

Branch b1_6

b=16455
i=brian
i=adilger

The libcfs macros can be defined as stubs in lnet. I used
m4_ifdef() for LC_CONFIG_SPLIT to localize the change to
a single branch.
parent 70ff307f
No related branches found
No related tags found
No related merge requests found
...@@ -1587,3 +1587,12 @@ lnet/libcfs/darwin/Makefile ...@@ -1587,3 +1587,12 @@ lnet/libcfs/darwin/Makefile
;; ;;
esac esac
]) ])
#
# LIBCFS stub macros. (These are defined in the libcfs module on HEAD))
#
AC_DEFUN([LIBCFS_PATH_DEFAULTS], [])
AC_DEFUN([LIBCFS_PROG_LINUX], [])
AC_DEFUN([LIBCFS_CONDITIONALS], [])
AC_DEFUN([LIBCFS_CONFIGURE], [])
AC_DEFUN([LIBCFS_CONFIG_FILES], [])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment