diff options
Diffstat (limited to 'drivers/pptp/Makefile')
-rw-r--r-- | drivers/pptp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pptp/Makefile b/drivers/pptp/Makefile new file mode 100644 index 0000000..8ccbbed --- /dev/null +++ b/drivers/pptp/Makefile @@ -0,0 +1,4 @@ +obj-m += pptp.o + +default: + make -C $(KDIR) M=$(PWD) modules |