Skip to content
Snippets Groups Projects
Makefile.mk 440 B
include $(src)/portals/Kernelenv

# for scripts/version_tag.pl
LINUX = @LINUX@

obj-y += portals/
# obdclass has to come before anything that does class_register..
obj-y += obdclass/
obj-y += ptlrpc/
obj-y += obdfilter/
obj-y += mdc/
obj-y += mds/
obj-y += obdecho/
obj-y += osc/
obj-y += ost/
obj-y += lov/
obj-y += llite/
obj-y += lvfs/

# portals needs to be before utils/, which pulls in ptlctl objects
obj-m += utils/
obj-m += tests/