forgot to commit: skeleton refactor + dts makefile
This commit is contained in:
parent
d1d2f1af54
commit
310de3ca2a
45 changed files with 12 additions and 1 deletions
1459
src/dts/kernel.dts
Normal file
1459
src/dts/kernel.dts
Normal file
File diff suppressed because it is too large
Load diff
4
src/dts/makefile
Normal file
4
src/dts/makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
all:
|
||||
dtc -O dtb -o kernel.dtb kernel.dts
|
||||
clean:
|
||||
rm -f kernel.dtb
|
||||
Loading…
Add table
Add a link
Reference in a new issue