aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-03-02 14:17:10 +0100
committerDaniel Golle <daniel@makrotopia.org>2021-02-28 00:09:09 +0000
commitf439e291304a93b982e912dc91b80ca950a594f3 (patch)
tree166ad8d7e10b70209975bd430d47bc6890995cc2 /Makefile
parent32c664ff02910bf39a3fbd5a5a4a8bff3191dd03 (diff)
downloadupstream-f439e291304a93b982e912dc91b80ca950a594f3.tar.gz
upstream-f439e291304a93b982e912dc91b80ca950a594f3.tar.bz2
upstream-f439e291304a93b982e912dc91b80ca950a594f3.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 aecee6929e..d3c51761e9 100644
--- a/Makefile
+++ b/Makefile
@@ -82,12 +82,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
$(BIN_DIR)/profiles.json: FORCE
$(if $(CONFIG_JSON_OVERVIEW_IMAGE_INFO), \