Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Copyright (C) 2022 Red Hat, Inc.
0004 # Author: Vladis Dronov <vdronoff@gmail.com>
0005 
0006 obj-m += test_cipher.o
0007 test_cipher-y := test-cipher.o
0008 
0009 all:
0010         make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
0011 clean:
0012         make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean