build: Generate config.h in configure script
This change allows the user to only build specific directories. For instance: ./configure ... cd lib make Change-Id: I067701befe6bcb5ede8ccdeb561d92db85470b50 Signed-off-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
d6dbd80d0d
commit
2fbcbe64e9
2
configure
vendored
2
configure
vendored
@ -164,6 +164,8 @@ if [ -n "$CONFIG_RBD" ]; then
|
|||||||
echo "CONFIG_RBD?=$CONFIG_RBD" >> CONFIG.local
|
echo "CONFIG_RBD?=$CONFIG_RBD" >> CONFIG.local
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
python scripts/genconfig.py > config.h
|
||||||
|
|
||||||
echo "done."
|
echo "done."
|
||||||
echo "Type 'make' to build."
|
echo "Type 'make' to build."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user