xref: /third_party/ltp/testcases/kernel/syscalls/delete_module/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/testcases/kernel/syscalls/delete_module/
1f08c3bdfSopenharmony_ci# SPDX-License-Identifier: GPL-2.0-or-later
2f08c3bdfSopenharmony_ci# Copyright (c) Wipro Technologies Ltd, 2002.  All Rights Reserved.
3f08c3bdfSopenharmony_ci# Copyright (c) 2018 Xiao Yang <yangx.jy@cn.fujitsu.com>
4f08c3bdfSopenharmony_ci#
5f08c3bdfSopenharmony_ci
6f08c3bdfSopenharmony_ciifneq ($(KERNELRELEASE),)
7f08c3bdfSopenharmony_ci
8f08c3bdfSopenharmony_ciobj-m := dummy_del_mod.o dummy_del_mod_dep.o
9f08c3bdfSopenharmony_ci
10f08c3bdfSopenharmony_cielse
11f08c3bdfSopenharmony_ci
12f08c3bdfSopenharmony_citop_srcdir		?= ../../../..
13f08c3bdfSopenharmony_ci
14f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/testcases.mk
15f08c3bdfSopenharmony_ci
16f08c3bdfSopenharmony_ciREQ_VERSION_MAJOR	:= 2
17f08c3bdfSopenharmony_ciREQ_VERSION_PATCH	:= 6
18f08c3bdfSopenharmony_ci
19f08c3bdfSopenharmony_ciMAKE_TARGETS		:= delete_module01 delete_module02 delete_module03 \
20f08c3bdfSopenharmony_ci			   dummy_del_mod.ko dummy_del_mod_dep.ko
21f08c3bdfSopenharmony_ci
22f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/module.mk
23f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/generic_leaf_target.mk
24f08c3bdfSopenharmony_ci
25f08c3bdfSopenharmony_ciendif
26

Indexes created Thu Nov 07 10:32:03 CST 2024