summarylogtreecommitdiffstats
path: root/Makefile.patch
blob: a250dfd9310f4ff3b7bfc6fb3891798ea80ef6fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- Makefile
+++ Makefile
@@ -29,4 +29,10 @@ ntfs3-$(CONFIG_NTFS3_LZX_XPRESS) += $(addprefix lib/,\
 		lzx_common.o \
 		lzx_decompress.o \
 		xpress_decompress.o \
-		)
\ No newline at end of file
+		)
+
+all:
+	make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
+
+clean:
+	make -C /lib/modules/$(KVERSION)/build M=$(PWD) clean
\ No newline at end of file