aboutsummaryrefslogtreecommitdiff
path: root/sim/avr/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sim/avr/local.mk')
-rw-r--r--sim/avr/local.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/avr/local.mk b/sim/avr/local.mk
index 0647ded..07752e5 100644
--- a/sim/avr/local.mk
+++ b/sim/avr/local.mk
@@ -15,13 +15,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%/sim-resume.o
$(%C%_libsim_a_OBJECTS) $(%C%_libsim_a_LIBADD): %D%/hw-config.h