Blockstore: device opening

This commit is contained in:
Vitaliy Filippov
2019-10-31 13:49:46 +03:00
parent e91952e89e
commit 03335d3533
2 changed files with 316 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
all: allocator.o blockstore.o
%.o: %.cpp
gcc -c -o $@ $<