Add DRIVER_OBJ for background drivers
This commit is contained in:
parent
00a8c7546f
commit
6d43301483
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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) $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue