~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to drivers/net/wan/lmc/Makefile

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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)