commit | 26c363d5b1207acb12033d77e36c1e4510f601de | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Mon Feb 05 22:33:29 2024 +0100 |
committer | Nico Huber <nico.huber@secunet.com> | Mon Feb 05 22:44:26 2024 +0100 |
tree | 75383a5a55949afc0275228a7046055fe1176ef4 | |
parent | 20bf593327c854cca76b4b2890171e0570434460 [diff] [blame] |
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