mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 20:44:26 +01:00
parsec: fix build undefined $(D) to $(@D)
This commit is contained in:
@@ -33,7 +33,7 @@ endef
|
|||||||
|
|
||||||
define PARSEC_BENCHMARK_INSTALL_TARGET_CMDS
|
define PARSEC_BENCHMARK_INSTALL_TARGET_CMDS
|
||||||
mkdir -p '$(TARGET_DIR)/parsec/'
|
mkdir -p '$(TARGET_DIR)/parsec/'
|
||||||
$(INSTALL) -D -m 0755 '$(D)/test.sh' '$(TARGET_DIR)/parsec/'
|
$(INSTALL) -D -m 0755 '$(@D)/test.sh' '$(TARGET_DIR)/parsec/'
|
||||||
if [ '$(BR2_PACKAGE_PARSEC_BENCHMARK_PARSECMGMT)' = y ]; then \
|
if [ '$(BR2_PACKAGE_PARSEC_BENCHMARK_PARSECMGMT)' = y ]; then \
|
||||||
rsync -am $(if $(filter $(V),1),-v,) \
|
rsync -am $(if $(filter $(V),1),-v,) \
|
||||||
--exclude '**/obj/' \
|
--exclude '**/obj/' \
|
||||||
|
|||||||
Reference in New Issue
Block a user