23 lines
501 B
Diff
23 lines
501 B
Diff
From d88d88db66d128b3af79aec9d0f77d9223af54c2 Mon Sep 17 00:00:00 2001
|
|
From: Moritz Rosenthal <moritz.rosenthal@netmodule.com>
|
|
Date: Thu, 8 Aug 2019 14:25:52 +0200
|
|
Subject: [PATCH] Add targets for makefile
|
|
|
|
---
|
|
Makefile | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index a85b75d..26b3ba9 100755
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1,2 +1,8 @@
|
|
obj-m := wwan-codec.o wwan-machine.o
|
|
|
|
+all:
|
|
+ make -C $(KDIR) M=$(PWD) modules
|
|
+
|
|
+clean:
|
|
+ make -C $(KDIR) M=$(PWD) clean
|
|
+
|