We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914d14e commit b15a361Copy full SHA for b15a361
.gitignore
@@ -8,3 +8,6 @@ semu
8
Image
9
ext4.img
10
rootfs.cpio
11
+
12
+# intermediate
13
+riscv-harts.dtsi
Makefile
@@ -98,6 +98,7 @@ clean:
98
$(Q)$(RM) $(BIN) $(OBJS) $(deps)
99
100
distclean: clean
101
+ $(Q)$(RM) riscv-harts.dtsi
102
$(Q)$(RM) minimal.dtb
103
$(Q)$(RM) Image rootfs.cpio
104
$(Q)$(RM) ext4.img
0 commit comments