diff options
Diffstat (limited to '')
-rw-r--r-- | os/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/Makefile.in b/os/Makefile.in new file mode 100644 index 0000000..9b35d49 --- /dev/null +++ b/os/Makefile.in @@ -0,0 +1,4 @@ + +SUBDIRS = $(OS_DIR) + +include $(top_builddir)/build/rules.mk |