wkz / phytool

Linux MDIO register access
GNU General Public License v2.0
143 stars 75 forks source link

Makefile: Honor LDFLAGS variable #4

Closed MikeLooijmans closed 7 years ago

MikeLooijmans commented 7 years ago

Passing $(LDFLAGS) to the linker is important for cross-compile environments. OpenEmbedded builds will display QA errors like this: ... QA Issue: No GNU_HASH in the elf binary ... [ldflags]

Signed-off-by: Mike Looijmans mike.looijmans@topic.nl

wkz commented 7 years ago

Thanks, I should probably take the time to transition to using autotools for this project.