From 70728bf27d341ad640abee2ee7c6c5e345a0ca2a Mon Sep 17 00:00:00 2001 From: Prasanth P Date: Wed, 18 Oct 2017 10:24:33 +0530 Subject: [PATCH] =?UTF-8?q?Un-necessary=C2=A0inclusion=C2=A0of=C2=A0compon?= =?UTF-8?q?ent=C2=A0level=C2=A0make=C2=A0file=C2=A0fragments=C2=A0in=20top?= =?UTF-8?q?=C2=A0level=C2=A0make=C2=A0file.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index b7126cc..d672b71 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ # include Makefile.inc -include $(wildcard ./*/*.mk) export TOP=$(shell pwd) # Library and executable names LIB=scmi_test -- GitLab