X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2FMakefile.mk;h=73a19df00f8e12f514c13dee72e7ef901095ed9e;hb=8e387d33e24971c7025b6adb1d7f99f557c45227;hp=be0e51a55e447293fd9bd31997e30340e242a753;hpb=96ec6856f91f7f9031cfce4273c714d72cfe59ae;p=fs%2Flustre-release.git diff --git a/lnet/Makefile.mk b/lnet/Makefile.mk index be0e51a..73a19df 100644 --- a/lnet/Makefile.mk +++ b/lnet/Makefile.mk @@ -1,6 +1,12 @@ -include fs/lustre/portals/Kernelenv +include $(src)/Kernelenv -obj-y += portals/ +# The ordering of these determines the order that each subsystem's +# module_init() functions are called in. if these are changed make sure +# they reflect the dependencies between each subsystem's _init functions. obj-y += libcfs/ -obj-y += knals/ +obj-y += portals/ obj-y += router/ +obj-y += knals/ +obj-y += tests/ + +obj-m += utils/