#
# Makefile for the Winbond wireless networking driver
#

O_TARGET := wpa_pf.o

obj-y	 +=  4Way.o Adapter_Bridge.o STLFunction.o passphrase.o prf.o rc4.o sha1.o hmac_sha1.o hmac_md5.o \
		  md5.o aes.o aes_wrap.o
	  					
include $(TOPDIR)/Rules.make
