13 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Copyright (C) 2022 Red Hat, Inc.4# Author: Vladis Dronov <vdronoff@gmail.com>5 6obj-m += test_cipher.o7test_cipher-y := test-cipher.o8 9all:10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules11clean:12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean13