diff options
author | knolax <1339802534.kk@gmail.com> | 2017-12-19 23:44:20 -0500 |
---|---|---|
committer | knolax <1339802534.kk@gmail.com> | 2017-12-19 23:44:20 -0500 |
commit | e8b98493336cd9bcc1f63eb2121aaa14d2062d3b (patch) | |
tree | 98c2090e6ca8c57c7d46482840ac0fb16b138ad0 /Makefile | |
parent | 64c84ae22006f0ed08133b25abc8e199fdd67235 (diff) |
added target in maekfile for making the dtbo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |