Fix uninitialized variables
[wave300.git] / wireless / Makefile.am
blob9a52a310f5db96569332b21466b90e2d37ffa2f1
1 # $Id$
3 include $(top_srcdir)/Makefile.am.common
5 #Reminder: Subdir shared added via root Makefile
6 #          Do not put it here
8 SUBDIRS = driver
10 EXTRA_DIST = shared_mbss_mac/msgid.h shared_mbss_mac/mhi_rsn_caps.h \
11              shared_mbss_mac/mhi_frame.h shared_mbss_mac/mtlkbfield.h \
12              shared_mbss_mac/mhi_umi_propr.h shared_mbss_mac/rsn.h \
13              shared_mbss_mac/mhi_statistics.h shared_mbss_mac/umi_rsn.h \
14              shared_mbss_mac/mhi_ieee_address.h shared_mbss_mac/mhi_umi.h \
15              shared_mbss_mac/shram.h shared_mbss_mac/host_if.h \
16              shared_mbss_mac/mhi_mib_id.h shared_mbss_mac/mhi_mac_event.h \
17              shared_mbss_mac/mhi_dut.h
19 if BUILD_WIRELESS_DATA
21 nodist_wls_DATA= $(top_builddir)/.config \
22                  $(srcdir)/rnotes.txt
24 EXTRA_DIST += $(srcdir)/rnotes.txt
26 endif