[sq] fix makefile deps

This commit is contained in:
Berkus Decker 2019-01-18 17:05:31 +02:00
parent 41a9187056
commit 1dc4e2483a
1 changed files with 1 additions and 1 deletions

View File

@ -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