2021-01-28 10:38:47 -06:00
|
|
|
#
|
2023-10-26 05:58:34 -05:00
|
|
|
# $Copyright: Copyright 2018-2022 Broadcom. All rights reserved.
|
2021-01-28 10:38:47 -06:00
|
|
|
# The term 'Broadcom' refers to Broadcom Inc. and/or its subsidiaries.
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU General Public License
|
|
|
|
# version 2 as published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# A copy of the GNU General Public License version 2 (GPLv2) can
|
|
|
|
# be found in the LICENSES folder.$
|
|
|
|
#
|
2023-10-26 05:58:34 -05:00
|
|
|
# Linux kernel BDE module.
|
|
|
|
#
|
2021-01-28 10:38:47 -06:00
|
|
|
|
|
|
|
include Kbuild
|
|
|
|
|
|
|
|
ifeq ($(KERNELRELEASE),)
|
|
|
|
|
|
|
|
MOD_NAME = linux_ngbde
|
|
|
|
|
|
|
|
include $(SDK)/make/lkm.mk
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
.PHONY: distclean
|
|
|
|
|
2023-10-26 05:58:34 -05:00
|
|
|
distclean::
|