1 # SPDX-License-Identifier: GPL-2.0 2 KDIR ?= ../../../ 3 4 default: 5 $(MAKE) -C $(KDIR) M=$$PWD 6 7 install: default 8 $(MAKE) -C $(KDIR) M=$$PWD modules_ins
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.