mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +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
|
||||
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 \
|
||||
rsync -am $(if $(filter $(V),1),-v,) \
|
||||
--exclude '**/obj/' \
|
||||
|
||||
Reference in New Issue
Block a user