Skip to content

Commit

Permalink
op/Boy/tools/Makefile: Fix ethercatmcaxisConfig-pils.opi
Browse files Browse the repository at this point in the history
Not sure when this smuggled in, but ethercatmcaxisConfig-pils.opi
was using the wrong source files by using the wrong macro. Fix it.
  • Loading branch information
tboegi committed Apr 25, 2024
1 parent b5070d4 commit 10142f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethercatmcExApp/op/Boy/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ AUXBITS_PTPERRORSTATUS="15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0"
cat $(DEPENDENCIES_FOR_CONFIG_OPI) >$@

../ethercatmcaxisConfig-pils.opi: $(DEPENDENCIES_FOR_CONFIG_PILS_OPI) Makefile
cat $(DEPENDENCIES_FOR_CONFIG_OPI) >$@
cat $(DEPENDENCIES_FOR_CONFIG_PILS_OPI) >$@

#../ethercatmcaxisConfig-ecmc.opi \
Expand Down

0 comments on commit 10142f5

Please sign in to comment.