Remove all references to ath_info, it's about to be moved away
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 3 Apr 2008 22:21:16 +0000 (22:21 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 3 Apr 2008 22:21:16 +0000 (22:21 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3432 0192ed92-7a03-0410-a25b-9323aeb14dbd

tools/Makefile

index ccd4c6bccf75b722327672267d02a31c5933c7cf..709d64b7387fa487e4f8e3aef99a8ef9451fdd49 100644 (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)