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