1 # SPDX-License-Identifier: GPL-2.0-only
3 # Makefile for the Lan Media 21140 based WAN cards
4 # Specifically the 1000,1200,5200,5245
7 obj-
$(CONFIG_LANMEDIA
) += lmc.o
9 lmc-objs
:= lmc_debug.o lmc_media.o lmc_main.o lmc_proto.o
11 # Like above except every packet gets echoed to KERN_DEBUG
18 ccflags-y
:= $(DBGDEF
)