
After removal of PT mode this property is meaningless. Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
12 lines
207 B
Makefile
12 lines
207 B
Makefile
#
|
|
# Copyright(c) 2012-2022 Intel Corporation
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
include $(M)/config.mk
|
|
|
|
obj-m := cas_disk.o
|
|
|
|
cas_disk-objs = main.o
|
|
cas_disk-objs += disk.o
|
|
cas_disk-objs += exp_obj.o
|