1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-04-09 17:14:25 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

9 lines
178 B
Makefile

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