• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright (c) 2013 Oracle and/or its affiliates. All Rights Reserved.
3
4ifneq ($(KERNELRELEASE),)
5
6obj-m := ltp_block_dev.o
7
8else
9
10top_srcdir	?= ../../../../..
11include $(top_srcdir)/include/mk/env_pre.mk
12
13REQ_VERSION_MAJOR	:= 2
14REQ_VERSION_PATCH	:= 6
15MAKE_TARGETS		:= ltp_block_dev.ko
16
17include $(top_srcdir)/include/mk/module.mk
18include $(top_srcdir)/include/mk/generic_leaf_target.mk
19
20endif
21