Pixy&Usb work with the new folder structure now.
This commit is contained in:
@@ -8,6 +8,7 @@ CROSS_COMPILE=arm-none-eabi-
|
||||
CC=$(CROSS_COMPILE)gcc
|
||||
OBJCOPY=$(CROSS_COMPILE)objcopy
|
||||
GDB=$(CROSS_COMPILE)gdb
|
||||
SIZE=$(CROSS_COMPILE)size
|
||||
|
||||
MKDIR=mkdir -p
|
||||
RM=rm -f
|
||||
@@ -90,6 +91,7 @@ stop:
|
||||
#elf to binary
|
||||
%.bin: %.elf
|
||||
$(OBJCOPY) -O binary $< $@
|
||||
$(SIZE) $<
|
||||
|
||||
#Asm files to objects
|
||||
$(OBJ_DIR)/%.o: $(SRC_DIR)/%.s
|
||||
|
||||
Reference in New Issue
Block a user