summaryrefslogtreecommitdiff
path: root/package/udhcp
diff options
context:
space:
mode:
Diffstat (limited to 'package/udhcp')
-rw-r--r--package/udhcp/Makefile.in3
-rw-r--r--package/udhcp/udhcp.mk8
2 files changed, 8 insertions, 3 deletions
diff --git a/package/udhcp/Makefile.in b/package/udhcp/Makefile.in
deleted file mode 100644
index 395004b41..000000000
--- a/package/udhcp/Makefile.in
+++ /dev/null
@@ -1,3 +0,0 @@
-ifeq ($(strip $(BR2_PACKAGE_UDHCP)),y)
-TARGETS+=udhcp
-endif
diff --git a/package/udhcp/udhcp.mk b/package/udhcp/udhcp.mk
index 7360b9cfc..33f05fdc8 100644
--- a/package/udhcp/udhcp.mk
+++ b/package/udhcp/udhcp.mk
@@ -63,3 +63,11 @@ udhcp-clean:
udhcp-dirclean:
rm -rf $(UDHCP_DIR)
+#############################################################
+#
+# Toplevel Makefile options
+#
+#############################################################
+ifeq ($(strip $(BR2_PACKAGE_UDHCP)),y)
+TARGETS+=udhcp
+endif