linux-msm / qdl

BSD 3-Clause "New" or "Revised" License
196 stars 76 forks source link

Makefile: prefer append on CFLAGS / LDFLAGS #63

Closed ricardosalveti closed 1 month ago

ricardosalveti commented 1 month ago

Append allows an external build system to pass custom cflags/ldflags to the local build system (make).

Useful with Yocto / OE as additional options can be given besides what is set with a force set in the Makefile.