Use LDOPTS instead of LDFLAGS to avoid an ld warning on Linux 2.4
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Mon, 11 Jan 2010 14:52:01 +0000 (14:52 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Mon, 11 Jan 2010 14:52:01 +0000 (14:52 +0000)
commitda9812696df41c29c22b73dd784df5ef4fc77720
treeee722f63c5645bfad044f7d1c35f4fc6a77004df
parent4bbde45a51a2423e23ca86fbaa8da52ee208e1c9
Use LDOPTS instead of LDFLAGS to avoid an ld warning on Linux 2.4

The warning is
ld: warning: cannot find entry symbol stext; defaulting to 0000000000000000

LDFLAGS may have been a better choice when HAL was binary, but now
LDOPTS is the right thing for consistency with the makefiles in other
directories.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4104 0192ed92-7a03-0410-a25b-9323aeb14dbd
ath_hal/Makefile