Re: [PATCH v2] mk: allow renaming of build directories
From: Thomas Monjalon <hidden>
Date: 2018-11-14 00:46:53
From: Thomas Monjalon <hidden>
Date: 2018-11-14 00:46:53
12/11/2018 13:26, Bruce Richardson:
When building using make, the Makefile in the build directory contained the name of the build directory to be passed as an "O=" parameter to the DPDK SDK makefiles. Unfortunately, this meant that the compilation would always fail if the build directory was renamed. To remove this limitation, we can use $(CURDIR) instead of the directory name. Signed-off-by: Bruce Richardson <redacted>
Applied, thanks