1# 2# Makefile for the Lan Media 21140 based WAN cards 3# Specifically the 1000,1200,5200,5245 4# 5 6obj-$(CONFIG_LANMEDIA) += lmc.o 7 8lmc-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 17ccflags-y := -I. $(DBGDEF) 18