diff options
Diffstat (limited to '')
| -rw-r--r-- | rtl/cache/mod.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rtl/cache/mod.mk b/rtl/cache/mod.mk new file mode 100644 index 0000000..10b7d1a --- /dev/null +++ b/rtl/cache/mod.mk @@ -0,0 +1,5 @@ +define core + $(this)/deps := config + $(this)/rtl_dirs := . + $(this)/rtl_top := cache +endef |
