Allow enabling crypto tests by passing CRYPTO_TESTING=1 to make
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 18 Jun 2008 05:10:34 +0000 (05:10 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 18 Jun 2008 05:10:34 +0000 (05:10 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3730 0192ed92-7a03-0410-a25b-9323aeb14dbd

Makefile

index 6b5f1c80143ac5d60022e73a7a12444f5c8aea95..73fb31f7b7c64dc0f3cdae8cfd0c91fd96be92c9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,10 @@ endif
 
 obj-y := ath/ ath_hal/ ath_rate/ net80211/
 
+ifdef CRYPTO_TESTING
+obj-y += regression/
+endif
+
 .PHONY: all
 all: modules tools