Skip to content
Snippets Groups Projects
Commit 43eb889f authored by Manuel Franceschini's avatar Manuel Franceschini
Browse files

Add FILE_STORAGE_DIR to be in lib/_autoconf.py

Author: manuel.franceschini
Reviewed-by: iustinp
parent 22c734bc
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ _autoconf.py: Makefile
echo "OS_SEARCH_PATH = [$(OS_SEARCH_PATH)]"; \
echo "XEN_KERNEL = '$(XEN_KERNEL)'"; \
echo "XEN_INITRD = '$(XEN_INITRD)'"; \
echo "FILE_STORAGE_DIR = '$(FILE_STORAGE_DIR)'"; \
} > $@
pre-check: all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment