Makefile 153 B

12345678
  1. obj-$(CONFIG_IEEE80211) += ieee80211.o
  2. ieee80211-objs := \
  3. ieee80211_module.o \
  4. ieee80211_tx.o \
  5. ieee80211_rx.o \
  6. ieee80211_wx.o \
  7. ieee80211_geo.o