summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2017-12-19 23:44:20 -0500
committerknolax <1339802534.kk@gmail.com>2017-12-19 23:44:20 -0500
commite8b98493336cd9bcc1f63eb2121aaa14d2062d3b (patch)
tree98c2090e6ca8c57c7d46482840ac0fb16b138ad0
parent64c84ae22006f0ed08133b25abc8e199fdd67235 (diff)
added target in maekfile for making the dtbo
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5597d2f..ea2bf41 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ obj-m := skey.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
-
+dtbo:
+ dtc -@ -I dts -o skey.dtbo skey.dts
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean