Remove all references to ath_info, it's about to be moved away

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3432 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
proski 2008-04-03 22:21:16 +00:00
parent 6d6c1f9464
commit b9553d96cb
1 changed files with 1 additions and 3 deletions

View File

@ -48,7 +48,7 @@ endif
ALL= athstats 80211stats athkey athchans athctrl \
athdebug 80211debug wlanconfig ath_info
athdebug 80211debug wlanconfig
all: $(ALL)
@ -75,8 +75,6 @@ wlanconfig: wlanconfig.c
$(CC) -o wlanconfig $(ALL_CFLAGS) $(LDFLAGS) wlanconfig.c
80211debug: 80211debug.c
$(CC) -o 80211debug $(ALL_CFLAGS) $(LDFLAGS) 80211debug.c
ath_info: ath_info.c
$(CC) -o ath_info $(CFLAGS) ath_info.c
install: $(ALL)