diff options
Diffstat (limited to 'test/Makefile-26')
-rw-r--r-- | test/Makefile-26 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Makefile-26 b/test/Makefile-26 new file mode 100644 index 0000000..e682f1a --- /dev/null +++ b/test/Makefile-26 @@ -0,0 +1,9 @@ +# +# Makefile for the dopanic module. +# + +TARGET = dopanic.ko + +CONFIG_DOPANIC=m + +obj-$(CONFIG_DOPANIC) += dopanic.o |