X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fjtag%2Fdrivers%2FMakefile.rlink;h=6168332c8c3af5845491dce9132b37729bed2592;hb=9f93cca42738cf0c5060296ef5899fee53fc642f;hp=94c53f50ea8b4db63a16df481b3de4749c7a4f48;hpb=865efd828a267992db0f2a92a731c5ce23a34236;p=openocd.git diff --git a/src/jtag/drivers/Makefile.rlink b/src/jtag/drivers/Makefile.rlink index 94c53f50ea..6168332c8c 100644 --- a/src/jtag/drivers/Makefile.rlink +++ b/src/jtag/drivers/Makefile.rlink @@ -13,9 +13,7 @@ #* GNU General Public License for more details. * #* * #* You should have received a copy of the GNU General Public License * -#* along with this program; if not, write to the * -#* Free Software Foundation, Inc., * -#* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * +#* along with this program. If not, see . * #*************************************************************************** TOP = ../../.. @@ -51,10 +49,10 @@ DTCFILES += $(addsuffix _call.dtc, ${PRESCALERS}) default: rlink_speed_table.c clean -%_init.fsm: init.m4 +%_init.fsm: rlink_init.m4 ${M4} -P -DSHIFTER_PRESCALER=`echo "$@" | sed -e's/_.*//'` $< > $@ -%_call.fsm: call.m4 +%_call.fsm: rlink_call.m4 ${M4} -P -DSHIFTER_PRESCALER=`echo "$@" | sed -e's/_.*//'` $< > $@ %.dtc: %.fsm