]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/net/wan/lmc/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / drivers / net / wan / lmc / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2#
3# Makefile for the Lan Media 21140 based WAN cards
4# Specifically the 1000,1200,5200,5245
5#
6
7obj-$(CONFIG_LANMEDIA) += lmc.o
8
9lmc-objs := lmc_debug.o lmc_media.o lmc_main.o lmc_proto.o
10
11# Like above except every packet gets echoed to KERN_DEBUG
12# in hex
13#
14# DBDEF = \
15# -DDEBUG \
16# -DLMC_PACKET_LOG
17
085c4c7d 18ccflags-y := $(DBGDEF)