From 4aca87515a5083ae0e31ce3177189fd43b6d05ac Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 3 Jan 2015 13:58:15 +0100 Subject: patch to Vanilla Tomato 1.28 --- release/src/router/busybox/scripts/basic/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 release/src/router/busybox/scripts/basic/Makefile (limited to 'release/src/router/busybox/scripts/basic/Makefile') diff --git a/release/src/router/busybox/scripts/basic/Makefile b/release/src/router/busybox/scripts/basic/Makefile new file mode 100644 index 00000000..119f079c --- /dev/null +++ b/release/src/router/busybox/scripts/basic/Makefile @@ -0,0 +1,18 @@ +### +# Makefile.basic list the most basic programs used during the build process. +# The programs listed herein is what is needed to do the basic stuff, +# such as splitting .config and fix dependency file. +# This initial step is needed to avoid files to be recompiled +# when busybox configuration changes (which is what happens when +# .config is included by main Makefile. +# --------------------------------------------------------------------------- +# fixdep: Used to generate dependency information during build process +# split-include: Divide all config symbols up in a number of files in +# include/config/... +# docproc: Used in Documentation/docbook + +hostprogs-y := fixdep split-include docproc +always := $(hostprogs-y) + +# fixdep is needed to compile other host programs +$(addprefix $(obj)/,$(filter-out fixdep,$(always))): $(obj)/fixdep -- cgit v1.2.3-54-g00ecf