tools/testing/crypto/chacha20-s390/Makefile

Source file repositories/reference/linux-study-clean/tools/testing/crypto/chacha20-s390/Makefile

File Facts

System
Linux kernel
Corpus path
tools/testing/crypto/chacha20-s390/Makefile
Extension
[no extension]
Size
311 bytes
Lines
13
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: build/configuration rule
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0
#
# Copyright (C) 2022 Red Hat, Inc.
# Author: Vladis Dronov <vdronoff@gmail.com>

obj-m += test_cipher.o
test_cipher-y := test-cipher.o

all:
	make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
clean:
	make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean

Annotation

Implementation Notes