From ea31cfdcc06cab5ba0127db53f64c655ab408c9e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 2 Feb 2017 11:42:58 +0000 Subject: Simulator works. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10080 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/SIMIA32/compilers/GCC/rules.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/common/startup/SIMIA32/compilers/GCC') diff --git a/os/common/startup/SIMIA32/compilers/GCC/rules.mk b/os/common/startup/SIMIA32/compilers/GCC/rules.mk index 1a77dee9e..54c27f0fa 100644 --- a/os/common/startup/SIMIA32/compilers/GCC/rules.mk +++ b/os/common/startup/SIMIA32/compilers/GCC/rules.mk @@ -34,7 +34,7 @@ endif ifeq ($(BUILDDIR),.) BUILDDIR = build endif -OUTFILES = $(BUILDDIR)/$(PROJECT).exe +OUTFILES = $(BUILDDIR)/$(PROJECT) # Source files groups and paths @@ -143,7 +143,7 @@ else @$(CC) -c $(ASXFLAGS) -I. $(IINCDIR) $< -o $@ endif -%.exe: $(OBJS) +$(BUILDDIR)/$(PROJECT): $(OBJS) ifeq ($(USE_VERBOSE_COMPILE),yes) @echo $(LD) $(OBJS) $(LDFLAGS) $(LIBS) -o $@ -- cgit v1.2.3