Allow override of CFLAGS
authorDavid M. Lee <dlee@digium.com>
Thu, 31 Jan 2013 17:37:41 +0000 (18:37 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 31 Jan 2013 17:37:41 +0000 (18:37 +0100)
commit7496ea3e7fb234a1c92067301c028934c325daad
tree7c49d2727ee16305b87f50ee3beaa13d6b59b7f8
parentfc47559b84e9708f97b66ff4123950fb33de9dc3
Allow override of CFLAGS

If you attempt to specify your own CFLAGS on the command line (such as
make CFLAGS="--whatever"), this would prevent -DFIO_VERSION from being
added to CFLAGS. This patch uses the override directive to allow the
flag to be appended to CFLAGS.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile