All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/bmx7: drop useless $(d)
@ 2022-01-05 22:44 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2022-01-05 22:44 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=5b4e139770b03a50dd93202bff50d2acda113346
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This was overlooked in commit
8e065065777e2955f385ae51b14c9f284b83e477 ("package/bmx7: new package")

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/bmx7/bmx7.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/bmx7/bmx7.mk b/package/bmx7/bmx7.mk
index 54a9cc8eb5..7eb8a3d6ca 100644
--- a/package/bmx7/bmx7.mk
+++ b/package/bmx7/bmx7.mk
@@ -11,7 +11,7 @@ BMX7_LICENSE_FILES = LICENSE
 BMX7_DEPENDENCIES = zlib mbedtls wireless_tools
 
 define BMX7_BUILD_CMDS
-	$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)/$(d)/src
+	$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)/src
 endef
 
 define BMX7_INSTALL_TARGET_CMDS
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-05 22:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05 22:44 [Buildroot] [git commit] package/bmx7: drop useless $(d) Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.