1a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modak
244226453e647bf90f8de0372c94f8fcd2f2bbe02vapierEXTRA_CFLAGS += -Wall -W -Wno-unused-parameter
3a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modak
4a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modakifneq ($(KERNELRELEASE),)
5a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modak
6a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modakobj-m	:= video_dummy.o
7a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modakelse
8a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modakKDIR	:= /lib/modules/$(shell uname -r)/build
9a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modakPWD	:= $(shell pwd)
10a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modak
11a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modakmodules:
12a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modak	$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
13a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modak
14a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modakclean:
15a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modak	$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) clean
16a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modak	rm -f modules.order
17a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modak
18a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modakhelp:
19a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modak	$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) help
20a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modak
21a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modakmodules_install:
22a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modak	$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules_install
23a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modak
24a157bd2fcb85f064d776ec857b64f8e070b710a9subrata_modakendif
25