]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: addons: convert 51d addon to EXTRA_MAKE
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 28 May 2026 14:17:57 +0000 (16:17 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 28 May 2026 14:44:59 +0000 (16:44 +0200)
commit6ebf0d4c952451c841f2ad439cc2be81a2ed0747
tree48dd9bce8896a5aaeccf9dfcd34f4759b4780bf8
parentfbd7148b15672da1afbed884fe5d140ebd5d25e9
BUILD: addons: convert 51d addon to EXTRA_MAKE

Move the 51degrees Makefile part to addons/51degrees/Makefile.mk so it
can be used with EXTRA_MAKE and allow to cleanup the main Makefile.

EXTRA_MAKE paths are appended with /Makefile.mk via addsuffix, so the
path must not have a trailing slash.

Shouldn't have impact on the build system, every build variable
previously used are the same.
Makefile
addons/51degrees/Makefile.mk [new file with mode: 0644]