summaryrefslogtreecommitdiff
path: root/Makefile
blob: 231822ea0fc529a04f24d88d25b7543c4e4a88c8 (plain)
1
2
3
4
5
6
7
8
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