f6b842edd3
BCMSAI 4.3.0.10, 6.5.21 SDK release with enhancements and fixes for vxlan, TD3 MMU, TD4-X9 EA support, etc.
22 lines
279 B
Makefile
22 lines
279 B
Makefile
# -*- Makefile -*-
|
|
#
|
|
# Linux psample module.
|
|
#
|
|
# $Copyright: (c) 2020 Broadcom.
|
|
# Broadcom Proprietary and Confidential. All rights reserved.$
|
|
#
|
|
|
|
include Kbuild
|
|
|
|
ifeq ($(KERNELRELEASE),)
|
|
|
|
MOD_NAME = linux_psample
|
|
|
|
include $(SDK)/make/lkm.mk
|
|
|
|
endif
|
|
|
|
.PHONY: distclean
|
|
|
|
distclean:
|