diff options
Diffstat (limited to 'v4l/Makefile')
-rw-r--r-- | v4l/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index 67bc20319..de8452c78 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -66,7 +66,7 @@ endif ifneq ($(KERNELRELEASE),) # recursive call from kernel build system -dummy := $(shell echo $(KERNELRELEASE) > $(obj)/.version) +dummy := $(shell echo $(KERNELRELEASE) > $(obj)/.version) ifeq ($(VERSION).$(PATCHLEVEL),2.6) export-objs := |