summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-28 17:35:11 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-28 17:35:11 +0000
commit41697b7a46afcc08978f460afa6451d201fd087f (patch)
tree3b52fad7bddcc059e93df371538918cabb599432 /Makefile
parent330117faf8d0c5370777b8493ba18e4c52dab33e (diff)
downloadbuildroot-novena-41697b7a46afcc08978f460afa6451d201fd087f.tar.gz
buildroot-novena-41697b7a46afcc08978f460afa6451d201fd087f.zip
- make sure to add board specific targets before the final generation of the filesystems/tarballs.
Until now, we did created the fs and only after that built/installed grub et al
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b14750d36..fb1716638 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,6 @@ include .config.cmd
# in the .config file.
include toolchain/*/*.mk
include package/*/*.mk
-include target/*/*.mk
# target stuff is last so it can override anything else
include target/Makefile.in