diff options
Diffstat (limited to 'package/toolbox/src/rmmod/Makefile')
-rw-r--r-- | package/toolbox/src/rmmod/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/toolbox/src/rmmod/Makefile b/package/toolbox/src/rmmod/Makefile new file mode 100644 index 000000000..63bd4a7d6 --- /dev/null +++ b/package/toolbox/src/rmmod/Makefile @@ -0,0 +1,3 @@ +PROG= rmmod + +include ../tool.mk |