aboutsummaryrefslogtreecommitdiff
path: root/toys/pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/pwd.c')
-rw-r--r--toys/pwd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/pwd.c b/toys/pwd.c
index d0c4dfa1..d84c504a 100644
--- a/toys/pwd.c
+++ b/toys/pwd.c
@@ -8,6 +8,8 @@
*
* TODO: add -L -P
+USE_PWD(NEWTOY(pwd, NULL, TOYFLAG_BIN))
+
config PWD
bool "pwd"
default y