Cadence virtual debug interface (vdebug) integration
[fw/openocd] / src / jtag / drivers / Makefile.rlink
index 94c53f50ea8b4db63a16df481b3de4749c7a4f48..6168332c8c3af5845491dce9132b37729bed2592 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>. *
 #***************************************************************************
 
 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