summaryrefslogtreecommitdiffstats
path: root/rules/ntp.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ntp.make')
-rw-r--r--rules/ntp.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/ntp.make b/rules/ntp.make
index 32d7d7ef5..2db938d8a 100644
--- a/rules/ntp.make
+++ b/rules/ntp.make
@@ -58,10 +58,10 @@ NTP_AUTOCONF := $(CROSS_AUTOCONF_USR) \
--without-rpath \
--disable-dependency-tracking
-ifdef PTXCONF_NTP_SELECT_CLOCK_DRIVERS
-NTP_AUTOCONF += --disable-all-clocks
-else
+ifdef PTXCONF_NTP_ALL_CLOCK_DRIVERS
NTP_AUTOCONF += --enable-all-clocks
+else
+NTP_AUTOCONF += --disable-all-clocks
endif
# NTP: options, we need lots of options ;-)