@ -30,7 +30,7 @@ deps.mk: *.c drivers/*.c
%.o: %.c
$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $^
%.elf: %.o
%.elf: %.o $(DRIVER_OBJ:.c=.o)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
$(SIZE) $@
The note is not visible to the blocked user.