]> git.ipfire.org Git - thirdparty/kmod.git/commit
build: add function to build string of features
authorLucas De Marchi <lucas.demarchi@intel.com>
Sun, 7 Jun 2015 04:15:30 +0000 (01:15 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 9 Jun 2015 01:37:10 +0000 (22:37 -0300)
commita968aa64ddd2a28590ca83fef827f26b45fd2c5a
tree1a15917124d1e1813889d2b1d953299017c2ac20
parentb1499094c6ce2324ece26e033fdbd0f498103def
build: add function to build string of features

Add a CC_FEATURE_APPEND function that we can use to append the features
that are enabled/disabled. This will generate a single string in the
form "+FEATURE1 +FEATURE2 -FEATURE3".

Reviewed-by: Andreas Mohr <andim2@users.sf.net>
m4/features.m4 [new file with mode: 0644]