Skip to content

Commit 38d2981

Browse files
authored
Merge pull request #123 from arkorobotics/master
Fixed a gloss make build error
2 parents f666971 + 9d50776 commit 38d2981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/ipl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ gdb: $(TARGET_ELF)
8484
$(GDB) -b 115200 -ex "target remote /dev/ttyUSB0" $(APPNAME).elf
8585

8686
.PHONY: gloss/libgloss.a
87-
gloss/libgloss.a: gloss/
87+
gloss/libgloss.a: gloss
8888
$(MAKE) -C gloss
8989

9090
include $(wildcard $(DEPFILES))

0 commit comments

Comments
 (0)