xref: /third_party/ltp/testcases/commands/insmod/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/testcases/commands/insmod/
1f08c3bdfSopenharmony_ci# SPDX-License-Identifier: GPL-2.0-or-later
2f08c3bdfSopenharmony_ci# Copyright (c) 2016 Fujitsu Ltd.
3f08c3bdfSopenharmony_ci# Author:Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
4f08c3bdfSopenharmony_ci
5f08c3bdfSopenharmony_ciifneq ($(KERNELRELEASE),)
6f08c3bdfSopenharmony_ci
7f08c3bdfSopenharmony_ciobj-m := ltp_insmod01.o
8f08c3bdfSopenharmony_ci
9f08c3bdfSopenharmony_cielse
10f08c3bdfSopenharmony_ci
11f08c3bdfSopenharmony_citop_srcdir		?= ../../..
12f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/testcases.mk
13f08c3bdfSopenharmony_ci
14f08c3bdfSopenharmony_ciREQ_VERSION_MAJOR       := 2
15f08c3bdfSopenharmony_ciREQ_VERSION_PATCH       := 6
16f08c3bdfSopenharmony_ciMAKE_TARGETS            := ltp_insmod01.ko
17f08c3bdfSopenharmony_ci
18f08c3bdfSopenharmony_ciinclude $(top_srcdir)/include/mk/env_pre.mk
19f08c3bdfSopenharmony_ci
20f08c3bdfSopenharmony_ciINSTALL_TARGETS		:= insmod01.sh
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