From 0a3dfe1e94d034417aa4952d8f4aec73e28564aa Mon Sep 17 00:00:00 2001 From: braam Date: Sun, 1 Jun 2003 02:24:43 +0000 Subject: [PATCH] - add the tests directory to the compile --- lustre/Makefile.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/Makefile.mk b/lustre/Makefile.mk index 5acf3f6..59178a4 100644 --- a/lustre/Makefile.mk +++ b/lustre/Makefile.mk @@ -19,3 +19,4 @@ obj-y += llite/ # portals needs to be before utils/, which pulls in ptlctl objects obj-m += utils/ +obj-m += tests/ -- 1.8.3.1