Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 39845764a0ca01a89dca4ff5b4e9d896ee410054 12 lines 311 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# 3# Copyright (C) 2022 Red Hat, Inc. 4# Author: Vladis Dronov <vdronoff@gmail.com> 5 6obj-m += test_cipher.o 7test_cipher-y := test-cipher.o 8 9all: 10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules 11clean: 12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean