Makefile 190 B

123456
  1. modules:
  2. $(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS) VERBOSE=1
  3. modules_install:
  4. $(MAKE) M=$(M) -C $(KERNEL_SRC) modules_install
  5. clean:
  6. $(MAKE) -C $(KERNEL_SRC) M=$(M) clean