summaryrefslogtreecommitdiffstats
path: root/iconfig.mk
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2014-04-23 19:00:29 +0000
committerRoy Marples <roy@marples.name>2014-04-23 19:00:29 +0000
commitec144dcc4ff36d6821457f389ad24b353e788b74 (patch)
tree5494bf3c3d9fd1991c1b06d9dc2ab195b10c11b5 /iconfig.mk
parentc9beb7cc29899f74ebb638f38f3f23516bc2dc6f (diff)
downloaddhcpcd-ec144dcc4ff36d6821457f389ad24b353e788b74.tar.xz
Add missing file
Diffstat (limited to 'iconfig.mk')
-rw-r--r--iconfig.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/iconfig.mk b/iconfig.mk
new file mode 100644
index 00000000..7db60098
--- /dev/null
+++ b/iconfig.mk
@@ -0,0 +1,6 @@
+# Nasty hack so that make clean works without configure being run
+# Requires gmake4
+_CONFIG_MK!= test -e ${TOP}/config.mk && echo config.mk || echo config-null.mk
+CONFIG_MK?= ${_CONFIG_MK}
+TOP?= .
+include ${TOP}/${CONFIG_MK}