summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-09 11:34:18 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-09 11:34:18 +0100
commit4d64758ba7d74903234d206f14223f37dd259ecd (patch)
tree9f2816031ae6c6a8bfbae3ab8543dfa53186cfdd /Makefile
parent41162c08f275e2a8cf429aa66081255d2dbd459e (diff)
downloadembtoolkit-4d64758ba7d74903234d206f14223f37dd259ecd.tar.gz
embtoolkit-4d64758ba7d74903234d206f14223f37dd259ecd.tar.bz2
embtoolkit-4d64758ba7d74903234d206f14223f37dd259ecd.tar.xz
Build system: avoid pointless include of packages .kconfig file
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3ad580..62749f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
################################################################################
# EmbToolkit
-# Copyright(C) 2009-2013 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2014 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -109,6 +109,8 @@ SUFFIXES :=
%: RCS/%
%: s.%
%: SCCS/s.%
+%.mk: ;
+%.kconfig: ;
#
# Include our config if any