Skip to content

Commit

Permalink
scu2/fw-fg: remove redundant target
Browse files Browse the repository at this point in the history
  • Loading branch information
alyxazon committed Aug 7, 2024
1 parent baeb953 commit 52ae5bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions syn/gsi_scu/control2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ $(TARGET).elf: $(PATHSCU)/main.c $(INCPATH)/display.c $(PATHSCU)/cb.c \
$(PATHSCU)/dow_crc.c $(PATHSCU)/history.c \
$(W1)/dev/w1.c $(W1)/dev/w1-temp.c $(W1)/dev/w1-hw.c

$(TARGET).bin: %.elf
$(OBJCOPY) -O binary $< $@

clean::
rm -f $(PATHSCU)/main.o $(W1)/dev/*.o

0 comments on commit 52ae5bf

Please sign in to comment.