aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sim/sh/local.mk')
-rw-r--r--sim/sh/local.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/sh/local.mk b/sim/sh/local.mk
index 4f6a4c5..71fa8f2 100644
--- a/sim/sh/local.mk
+++ b/sim/sh/local.mk
@@ -16,13 +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/>.
+nodist_%C%_libsim_a_SOURCES = \
+ %D%/modules.c
%C%_libsim_a_SOURCES = \
$(common_libcommon_a_SOURCES)
%C%_libsim_a_LIBADD = \
%D%/interp.o \
$(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \
$(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \
- %D%/modules.o \
%D%/table.o
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h