mirror of
https://github.com/proski/madwifi
synced 2024-11-22 06:21:47 +03:00
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
This commit is contained in:
parent
4bbde45a51
commit
da9812696d
@ -155,5 +155,5 @@ clean:
|
||||
rm -rf .tmp_versions
|
||||
|
||||
ath_hal.o: $(addprefix $(obj)/,$(ath_hal-objs))
|
||||
$(LD) $(LDFLAGS) -o ath_hal.$(KMODSUF) -r $(ath_hal-objs)
|
||||
$(LD) $(LDOPTS) -o ath_hal.$(KMODSUF) -r $(ath_hal-objs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user