diff options
| author | Kozlov Dmitry <xeb@mail.ru> | 2012-06-26 19:17:34 +0400 |
|---|---|---|
| committer | Kozlov Dmitry <xeb@mail.ru> | 2012-06-26 19:17:34 +0400 |
| commit | 07264d491f0605088c94e8be9f2b593dd4882067 (patch) | |
| tree | 58329f975626fc64ce220403721c03463121a12e /drivers/pptp/Makefile | |
| parent | 2b256df842764409f0d1cd7a37afabcef4e2785b (diff) | |
| download | accel-ppp-07264d491f0605088c94e8be9f2b593dd4882067.tar.gz accel-ppp-07264d491f0605088c94e8be9f2b593dd4882067.zip | |
ipoe: initial implementation of kernel module
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 00000000..8ccbbedf --- /dev/null +++ b/drivers/pptp/Makefile @@ -0,0 +1,4 @@ +obj-m += pptp.o + +default: + make -C $(KDIR) M=$(PWD) modules |
