diff options
author | Thomas De Schampheleire | 2012-02-08 17:22:16 +0100 |
---|---|---|
committer | Peter Korsgaard | 2012-02-09 21:45:59 +0100 |
commit | a792668b58fd5f551f30d40c2352f16011f1f92f (patch) | |
tree | f87f66a0a05c0003fc8aeeeec2e45a0b0bd84c03 /Makefile | |
parent | qt: needs host-pkg-config (diff) | |
download | buildroot-a792668b58fd5f551f30d40c2352f16011f1f92f.tar.gz buildroot-a792668b58fd5f551f30d40c2352f16011f1f92f.tar.xz buildroot-a792668b58fd5f551f30d40c2352f16011f1f92f.zip |
dependencies: move from toolchain/ to support/
As suggested by Arnout Vandecappelle, move toolchain/dependencies to
support/dependencies, as it really is not toolchain-specific anymore.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -297,6 +297,8 @@ include package/Makefile.in all: world +include support/dependencies/dependencies.mk + # We also need the various per-package makefiles, which also add # each selected package to TARGETS if that package was selected # in the .config file. |