More path and name changes.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user