More path and name changes.

This commit is contained in:
Uwe Hermann
2010-12-30 02:57:44 +01:00
parent 7c53b252a3
commit 8e5acecc6e
37 changed files with 378 additions and 36 deletions

View File

@@ -17,7 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
LIBNAME = libopenstm32
LIBNAME = libopencm3_stm32
# PREFIX ?= arm-none-eabi
PREFIX ?= arm-elf
@@ -50,7 +50,7 @@ $(LIBNAME).a: $(OBJS)
$(Q)$(CC) $(CFLAGS) -o $@ -c $<
clean:
@printf " CLEAN lib\n"
@printf " CLEAN lib/stm32\n"
$(Q)rm -f *.o
$(Q)rm -f $(LIBNAME).a