Renaming things in the F1 target Makefile.
This commit is contained in:
parent
f8d1005595
commit
a43e52124a
@ -17,7 +17,7 @@
|
|||||||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
##
|
||||||
|
|
||||||
LIBNAME = libopencm3_stm32
|
LIBNAME = libopencm3_stm32f1
|
||||||
|
|
||||||
# PREFIX ?= arm-none-eabi
|
# PREFIX ?= arm-none-eabi
|
||||||
PREFIX ?= arm-elf
|
PREFIX ?= arm-elf
|
||||||
@ -51,7 +51,7 @@ $(LIBNAME).a: $(OBJS)
|
|||||||
$(Q)$(CC) $(CFLAGS) -o $@ -c $<
|
$(Q)$(CC) $(CFLAGS) -o $@ -c $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@printf " CLEAN lib/stm32\n"
|
@printf " CLEAN lib/stm32f1\n"
|
||||||
$(Q)rm -f *.o *.d
|
$(Q)rm -f *.o *.d
|
||||||
$(Q)rm -f $(LIBNAME).a
|
$(Q)rm -f $(LIBNAME).a
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user