diff options
Diffstat (limited to 'sim/v850')
-rw-r--r-- | sim/v850/local.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/v850/local.mk b/sim/v850/local.mk index 028eda3..367ca6e 100644 --- a/sim/v850/local.mk +++ b/sim/v850/local.mk @@ -16,6 +16,14 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see <http://www.gnu.org/licenses/>. +%C%_run_SOURCES = +%C%_run_LDADD = \ + %D%/nrun.o \ + %D%/libsim.a \ + $(SIM_COMMON_LIBS) + +noinst_PROGRAMS += %D%/run + %C%_BUILT_SRC_FROM_IGEN = \ %D%/icache.h \ %D%/icache.c \ |