Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel-tests / Makefile
1 ifeq ($(PATCHLEVEL),)
2
3 ifneq ($(LUSTRE_LINUX_CONFIG),)
4 include $(LUSTRE_LINUX_CONFIG)
5 endif
6 include Makefile
7
8 else
9
10 ifneq ($(LUSTRE_KERNEL_TEST),)
11 ifeq ($(PATCHLEVEL),4)
12 all: $(LUSTRE_KERNEL_TEST)
13 else
14 extra-y = $(LUSTRE_KERNEL_TEST)
15 endif
16 endif
17
18 obj-m := conftest.o
19
20 ifeq ($(PATCHLEVEL),4)
21 include $(TOPDIR)/Rules.make
22 endif
23
24 endif