diff options
Diffstat (limited to 'sim/frv')
-rw-r--r-- | sim/frv/local.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/frv/local.mk b/sim/frv/local.mk index 687fb4a..e08a488 100644 --- a/sim/frv/local.mk +++ b/sim/frv/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%docdir = $(docdir)/%C% %C%doc_DATA = %D%/README |