diff options
Diffstat (limited to 'sim/m32r')
-rw-r--r-- | sim/m32r/local.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/m32r/local.mk b/sim/m32r/local.mk index 4158c8b..51d9d34 100644 --- a/sim/m32r/local.mk +++ b/sim/m32r/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%_BUILD_OUTPUTS = \ %D%/eng.h \ %D%/mloop.c \ |