1f08c3bdfSopenharmony_ci 2f08c3bdfSopenharmony_ciEXTRA_CFLAGS += -Wall -W -Wno-unused-parameter 3f08c3bdfSopenharmony_ci 4f08c3bdfSopenharmony_ciifneq ($(KERNELRELEASE),) 5f08c3bdfSopenharmony_ci 6f08c3bdfSopenharmony_ciobj-m := video_dummy.o 7f08c3bdfSopenharmony_cielse 8f08c3bdfSopenharmony_ciKDIR := /lib/modules/$(shell uname -r)/build 9f08c3bdfSopenharmony_ciPWD := $(shell pwd) 10f08c3bdfSopenharmony_ci 11f08c3bdfSopenharmony_cimodules: 12f08c3bdfSopenharmony_ci $(MAKE) -C $(KDIR) M=$(PWD) modules 13f08c3bdfSopenharmony_ci 14f08c3bdfSopenharmony_ciclean: 15f08c3bdfSopenharmony_ci $(MAKE) -C $(KDIR) M=$(PWD) clean 16f08c3bdfSopenharmony_ci rm -f modules.order 17f08c3bdfSopenharmony_ci 18f08c3bdfSopenharmony_cihelp: 19f08c3bdfSopenharmony_ci $(MAKE) -C $(KDIR) M=$(PWD) help 20f08c3bdfSopenharmony_ci 21f08c3bdfSopenharmony_cimodules_install: 22f08c3bdfSopenharmony_ci $(MAKE) -C $(KDIR) M=$(PWD) modules_install 23f08c3bdfSopenharmony_ci 24f08c3bdfSopenharmony_ciendif 25