1#
2# Linux router wps for AP Makefile
3#
4# Copyright (C) 2012, Broadcom Corporation
5# All Rights Reserved.
6# 
7# This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;
8# the contents of this file may not be disclosed to third parties, copied
9# or duplicated in any form, in whole or in part, without the prior
10# written permission of Broadcom Corporation.
11#
12# $Id: $
13#
14
15include $(TOP)/.config
16
17# linux kernel config
18include $(LINUXDIR)/.config
19
20LIB = ../lib/libwps_ap.a
21
22WL_MODE = ap
23WPS_CONF_FILE = wpsconfig_router_ap
24
25include ../wps_generic.mk
26