• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-or-later
2
3ifneq ($(KERNELRELEASE),)
4
5obj-m := init_module.o
6
7else
8
9top_srcdir		?= ../../../..
10
11include $(top_srcdir)/include/mk/testcases.mk
12
13REQ_VERSION_MAJOR	:= 2
14REQ_VERSION_PATCH	:= 6
15
16MAKE_TARGETS		:= init_module01 init_module02 init_module.ko
17
18include $(top_srcdir)/include/mk/module.mk
19include $(top_srcdir)/include/mk/generic_leaf_target.mk
20
21endif
22