summaryrefslogtreecommitdiffstats
path: root/package/busybox/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen2004-10-09 03:06:03 +0200
committerEric Andersen2004-10-09 03:06:03 +0200
commit2d523c23175b8e8772c2e223d92513f836cde8a6 (patch)
tree4482f6ad3b4e5a3259da65110e95cf853ac5d419 /package/busybox/Makefile.in
parentprune info/man pages (diff)
downloadbuildroot-2d523c23175b8e8772c2e223d92513f836cde8a6.tar.gz
buildroot-2d523c23175b8e8772c2e223d92513f836cde8a6.tar.xz
buildroot-2d523c23175b8e8772c2e223d92513f836cde8a6.zip
Major buildroot facelift, step one.
-Erik
Diffstat (limited to 'package/busybox/Makefile.in')
-rw-r--r--package/busybox/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/busybox/Makefile.in b/package/busybox/Makefile.in
new file mode 100644
index 000000000..a8efafb8b
--- /dev/null
+++ b/package/busybox/Makefile.in
@@ -0,0 +1,3 @@
+ifeq ($(strip $(BR2_PACKAGE_BUSYBOX)),y)
+TARGETS+=busybox
+endif