Makefile 329 B

123456789101112131415161718
  1. #
  2. # Makefile for the Lan Media 21140 based WAN cards
  3. # Specifically the 1000,1200,5200,5245
  4. #
  5. obj-$(CONFIG_LANMEDIA) += lmc.o
  6. lmc-objs := lmc_debug.o lmc_media.o lmc_main.o lmc_proto.o
  7. # Like above except every packet gets echoed to KERN_DEBUG
  8. # in hex
  9. #
  10. # DBDEF = \
  11. # -DDEBUG \
  12. # -DLMC_PACKET_LOG
  13. ccflags-y := -I. $(DBGDEF)