[sq] fix makefile deps
This commit is contained in:
parent
41a9187056
commit
1dc4e2483a
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@
|
|||
TARGET = aarch64-vesper-metta
|
||||
TARGET_JSON = targets/$(TARGET).json
|
||||
|
||||
SOURCES = $(wildcard **/*.rs) $(wildcard **/*.S) $(wildcard **/*.ld)
|
||||
SOURCES = $(wildcard src/**/*.rs) $(wildcard src/**/*.S) $(wildcard linker/**/*.ld)
|
||||
|
||||
OBJCOPY = cargo objcopy --
|
||||
OBJCOPY_PARAMS = --strip-all -O binary
|
||||
|
|
Loading…
Reference in New Issue