summaryrefslogtreecommitdiff
path: root/package/uclibc/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/uclibc/Config.in')
-rw-r--r--package/uclibc/Config.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
deleted file mode 100644
index 8cc828864..000000000
--- a/package/uclibc/Config.in
+++ /dev/null
@@ -1,17 +0,0 @@
-config ADK_PACKAGE_UCLIBC
- prompt "uClibc............................... embedded C library"
- bool
- default y if ADK_TARGET_LIB_UCLIBC && !ADK_TOOLCHAIN_ONLY
- default n
- depends on ADK_TARGET_LIB_UCLIBC
- help
- Embedded C library.
-
-config ADK_PACKAGE_UCLIBC_DEV
- prompt "uClibc-dev........................... development files"
- bool
- default n
- depends on ADK_TARGET_LIB_UCLIBC
- help
- C library header files.
-