From 1dc4e2483afc2d4a1e72595695de348e8c0bec06 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Fri, 18 Jan 2019 17:05:31 +0200 Subject: [PATCH] [sq] fix makefile deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31c8e8b..1eef676 100644 --- a/Makefile +++ b/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