Use libhwbase build infra
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f59aa9b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+libhw-dir ?= ../libhwbase/dest
+
+name := fstest
+fstest-deplibs := libhw
+link-type := program
+CONFIG_FSTEST := y
+CONFIG_FSCAT :=
+include $(libhw-dir)/Makefile