makefile
来自「linux 内核源代码」· 代码 · 共 28 行
TXT
28 行
obj-$(CONFIG_MAC80211) += mac80211.omac80211-objs-$(CONFIG_MAC80211_LEDS) += ieee80211_led.omac80211-objs-$(CONFIG_MAC80211_DEBUGFS) += debugfs.o debugfs_sta.o debugfs_netdev.o debugfs_key.omac80211-objs-$(CONFIG_NET_SCHED) += wme.omac80211-objs-$(CONFIG_MAC80211_RCSIMPLE) += rc80211_simple.omac80211-objs := \ ieee80211.o \ ieee80211_ioctl.o \ sta_info.o \ wep.o \ wpa.o \ ieee80211_sta.o \ ieee80211_iface.o \ ieee80211_rate.o \ michael.o \ regdomain.o \ tkip.o \ aes_ccm.o \ cfg.o \ rx.o \ tx.o \ key.o \ util.o \ event.o \ $(mac80211-objs-y)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?