1#
2# Linux router wps for APSTA Makefile
3#
4# Copyright (C) 2013, 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
20WL_MODE = apsta
21WPS_CONF_FILE = wpsconfig_router_apsta
22
23LIB = ../lib/libwps_apsta.a
24
25include ../wps_generic.mk
26