diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-03-02 14:17:10 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-02-28 00:09:09 +0000 |
commit | f439e291304a93b982e912dc91b80ca950a594f3 (patch) | |
tree | 166ad8d7e10b70209975bd430d47bc6890995cc2 /Makefile | |
parent | 32c664ff02910bf39a3fbd5a5a4a8bff3191dd03 (diff) | |
download | upstream-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-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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), \ |