spi separated

This commit is contained in:
2024-03-28 16:48:29 +01:00
parent 33242a09c1
commit ee98ba12a3
2 changed files with 3 additions and 21 deletions

View File

@ -11,7 +11,7 @@ CFLAGS+= -g3 -ggdb -gdwarf-2
LDFLAGS=-mmcu=$(MCU) -L $(TOOLCHAIN_PREFIX)/include
$(ARTIFACT).elf: main.o scheduler.o psg.o sequencer.o melody.o
$(ARTIFACT).elf: main.o scheduler.o spi.o psg.o sequencer.o melody.o
$(CC) -o $@ $(LDFLAGS) $^
$(OBJDUMP) -D $(ARTIFACT).elf > $(ARTIFACT).txt