]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: addons: convert deviceatlas addon to EXTRA_MAKE
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 28 May 2026 14:25:44 +0000 (16:25 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 28 May 2026 14:45:27 +0000 (16:45 +0200)
commit026a038bbdddea071989c199b2393a4caae5c217
tree75756562771caa60393ba549ce49a2594035bdec
parent6ebf0d4c952451c841f2ad439cc2be81a2ed0747
BUILD: addons: convert deviceatlas addon to EXTRA_MAKE

Move the deviceatlas Makefile.inc to 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/deviceatlas/Makefile.mk [moved from addons/deviceatlas/Makefile.inc with 71% similarity]