summaryrefslogtreecommitdiff
path: root/modules/v4l2
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-08-01 18:28:04 +0200
committerAlfred E. Heggestad <aeh@db.org>2015-08-01 18:28:04 +0200
commit9bebd147cc384b777e45e6236fa9aa680633e6eb (patch)
tree116dd04e70c6dcc60c129bae5e460976cd87d85e /modules/v4l2
parentb4021dd382edb30553b0166ea4bfaa4038dada19 (diff)
convert some module to use the new MOD_ prefix for CFLAGS
Diffstat (limited to 'modules/v4l2')
-rw-r--r--modules/v4l2/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/v4l2/module.mk b/modules/v4l2/module.mk
index 6c24eb6..6fc9178 100644
--- a/modules/v4l2/module.mk
+++ b/modules/v4l2/module.mk
@@ -8,7 +8,7 @@ MOD := v4l2
$(MOD)_SRCS += v4l2.c
ifeq ($(HAVE_LIBV4L2),yes)
$(MOD)_LFLAGS += -lv4l2
-CFLAGS += -DHAVE_LIBV4L2
+$(MOD)_CFLAGS += -DHAVE_LIBV4L2
endif
include mk/mod.mk