Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / testing / crypto / chacha20-s390 / Makefile
blobdb81cd2fb9c5e539cd997a1b2b97b3ad849941e5
1 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (C) 2022 Red Hat, Inc.
4 # Author: Vladis Dronov <vdronoff@gmail.com>
6 obj-m += test_cipher.o
7 test_cipher-y := test-cipher.o
9 all:
10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
11 clean:
12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean