Fix SOURCES list dependency search

* Now rebuilds trigger correctly after source changes.
This commit is contained in:
Berkus Decker 2019-03-02 19:10:59 +02:00
parent 9c220f9bb2
commit 771319ed2e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
TARGET = aarch64-vesper-metta
TARGET_JSON = targets/$(TARGET).json
SOURCES = $(wildcard src/**/*.rs) $(wildcard src/**/*.S) $(wildcard linker/**/*.ld)
SOURCES = $(shell find src -name "*.rs" -o -name "*.S") $(shell find linker -name "*.ld")
DEVICE_FEATURES = --features "noserial"
QEMU_FEATURES =