1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # 2 # 3 # Copyright (C) 2022 Red Hat, Inc. 3 # Copyright (C) 2022 Red Hat, Inc. 4 # Author: Vladis Dronov <vdronoff@gmail.com> 4 # Author: Vladis Dronov <vdronoff@gmail.com> 5 5 6 obj-m += test_cipher.o 6 obj-m += test_cipher.o 7 test_cipher-y := test-cipher.o 7 test_cipher-y := test-cipher.o 8 8 9 all: 9 all: 10 make -C /lib/modules/$(shell uname -r) 10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules 11 clean: 11 clean: 12 make -C /lib/modules/$(shell uname -r) 12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.