swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: cfaf025112d3856637ff34a767ef785ef5cf2ca9 authored by Linus Torvalds on 09 June 2012, 01:40:09 UTC
Linux 3.5-rc2
Tip revision: cfaf025
Makefile
#
# Makefile for the Linux WAN router layer.
#

obj-$(CONFIG_WAN_ROUTER) += wanrouter.o

wanrouter-y :=  wanproc.o wanmain.o
back to top