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