Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / net / wan / lmc / Makefile
1 #
2 # Makefile for the Lan Media 21140 based WAN cards
3 # Specifically the 1000,1200,5200,5245
4 #
5
6 obj-$(CONFIG_LANMEDIA) += lmc.o
7
8 lmc-objs := lmc_debug.o lmc_media.o lmc_main.o lmc_proto.o
9
10 # Like above except every packet gets echoed to KERN_DEBUG
11 # in hex
12 #
13 # DBDEF = \
14 # -DDEBUG \
15 # -DLMC_PACKET_LOG
16
17 ccflags-y := -I. $(DBGDEF)