diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-06 18:04:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-06 18:04:32 +0200 |
commit | a7f89980e5b3f4b9a74c70dbc5ffe8aabd28be28 (patch) | |
tree | 41c4deec1fdfbafd7821b4ca7a9772ac0abd92f5 /test/Makefile-26 |
Imported Upstream version 2.9.3upstream/2.9.3
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 |