aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-03-02 14:17:10 +0100
committerFelix Fietkau <nbd@nbd.name>2019-08-12 11:43:39 +0200
commit363ce4329d4f6c00b4a7cb83dd1821fafc0d40ad (patch)
treea6e2c628411fdcaef720cb640e953409d8184924 /Makefile
parentfdb30eed03ae56cd87078b64d9b2fac00799e783 (diff)
downloadupstream-363ce4329d4f6c00b4a7cb83dd1821fafc0d40ad.tar.gz
upstream-363ce4329d4f6c00b4a7cb83dd1821fafc0d40ad.tar.bz2
upstream-363ce4329d4f6c00b4a7cb83dd1821fafc0d40ad.zip
build: use config.site generated by autoconf-lean, drop hardcoded sitefiles
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 5301883061..3c0f927d9d 100644
--- a/Makefile
+++ b/Makefile
@@ -79,12 +79,6 @@ endif
# check prerequisites before starting to build
prereq: $(target/stamp-prereq) tmp/.prereq_packages
- @if [ ! -f "$(INCLUDE_DIR)/site/$(ARCH)" ]; then \
- echo 'ERROR: Missing site config for architecture "$(ARCH)" !'; \
- echo ' The missing file will cause configure scripts to fail during compilation.'; \
- echo ' Please provide a "$(INCLUDE_DIR)/site/$(ARCH)" file and restart the build.'; \
- exit 1; \
- fi
checksum: FORCE
$(call sha256sums,$(BIN_DIR),$(CONFIG_BUILDBOT))