diff options
Diffstat (limited to 'sim/lm32/local.mk')
-rw-r--r-- | sim/lm32/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/lm32/local.mk b/sim/lm32/local.mk index 40f8d52..f4a4233 100644 --- a/sim/lm32/local.mk +++ b/sim/lm32/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 = \ $(patsubst %,%D%/%,$(SIM_NEW_COMMON_OBJS)) \ $(patsubst %,%D%/dv-%.o,$(SIM_HW_DEVICES)) \ $(patsubst %,%D%/dv-%.o,$(%C%_SIM_EXTRA_HW_DEVICES)) \ - %D%/modules.o \ \ %D%/cgen-run.o \ %D%/cgen-scache.o \ |