diff options
| author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-03-24 15:20:08 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-25 17:52:06 +0200 |
| commit | ea9669fffae7d807ccb3810eb6c662cbb9e8f96f (patch) | |
| tree | 0716d2ccd154696fcaa3d7b02266c944e52f9685 /Makefile | |
| parent | 38d1c4aae36650816e464b5800f6aba86ebc1f9f (diff) | |
| download | buildroot-ea9669fffae7d807ccb3810eb6c662cbb9e8f96f.tar.gz buildroot-ea9669fffae7d807ccb3810eb6c662cbb9e8f96f.zip | |
core: kill DEPENDENCIES_HOST_PREREQ
Now that DEPENDENCIES_HOST_PREREQ is no longer used anywhere, we can
kill it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -501,8 +501,6 @@ include package/Makefile.in -include $(sort $(wildcard arch/arch.mk.*)) include support/dependencies/dependencies.mk -PACKAGES += $(DEPENDENCIES_HOST_PREREQ) - include $(sort $(wildcard toolchain/*.mk)) include $(sort $(wildcard toolchain/*/*.mk)) |

