summaryrefslogtreecommitdiff
path: root/package/libtool
diff options
context:
space:
mode:
Diffstat (limited to 'package/libtool')
-rw-r--r--package/libtool/Config.in8
-rw-r--r--package/libtool/Makefile.in3
2 files changed, 11 insertions, 0 deletions
diff --git a/package/libtool/Config.in b/package/libtool/Config.in
new file mode 100644
index 000000000..eb05f1948
--- /dev/null
+++ b/package/libtool/Config.in
@@ -0,0 +1,8 @@
+#
+
+config BR2_PACKAGE_LIBTOOL
+ bool"libtool"
+ default n
+ help
+ Add help text here.
+
diff --git a/package/libtool/Makefile.in b/package/libtool/Makefile.in
new file mode 100644
index 000000000..37f77548f
--- /dev/null
+++ b/package/libtool/Makefile.in
@@ -0,0 +1,3 @@
+ifeq ($(strip $(BR2_PACKAGE_LIBTOOL)),y)
+TARGETS+=libtool
+endif