c05564c4d8
Android 13
9 lines
153 B
Makefile
Executable file
9 lines
153 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0
|
|
KDIR ?= ../../../
|
|
|
|
default:
|
|
$(MAKE) -C $(KDIR) M=$$PWD
|
|
|
|
install: default
|
|
$(MAKE) -C $(KDIR) M=$$PWD modules_install
|