summaryrefslogtreecommitdiffstats
path: root/package/ntp
diff options
context:
space:
mode:
Diffstat (limited to 'package/ntp')
-rw-r--r--package/ntp/Makefile.in3
-rw-r--r--package/ntp/ntp.mk8
2 files changed, 8 insertions, 3 deletions
diff --git a/package/ntp/Makefile.in b/package/ntp/Makefile.in
deleted file mode 100644
index 8b04e06b1..000000000
--- a/package/ntp/Makefile.in
+++ /dev/null
@@ -1,3 +0,0 @@
-ifeq ($(strip $(BR2_PACKAGE_NTP)),y)
-TARGETS+=ntp
-endif
diff --git a/package/ntp/ntp.mk b/package/ntp/ntp.mk
index 30bea0026..8ad5b8047 100644
--- a/package/ntp/ntp.mk
+++ b/package/ntp/ntp.mk
@@ -63,3 +63,11 @@ ntp-clean:
ntp-dirclean:
rm -rf $(NTP_DIR)
+#############################################################
+#
+# Toplevel Makefile options
+#
+#############################################################
+ifeq ($(strip $(BR2_PACKAGE_NTP)),y)
+TARGETS+=ntp
+endif