kernel_samsung_a34x-permissive/drivers/misc/mediatek/connectivity/connfem/Makefile

10 lines
179 B
Makefile
Raw Normal View History

all:
$(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS)
modules_install:
$(MAKE) M=$(M) -C $(KERNEL_SRC) modules_install
clean:
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean