diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-10 19:07:48 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-13 16:55:33 +0200 |
commit | 6ad9d3864162e8b76eea340208330efe394736a7 (patch) | |
tree | 55761111e31321f7ccc402a601ea078c8b837988 /package/dummy/Config.in | |
parent | 73e346effcf7f2dcbcb5b414dd105723ec6beafc (diff) |
Remove incorrect 'dummy' example
Since the introduction of the AUTOTARGETS infrastructure, the dummy
example is no longer correct. Moreover, the documentation now contains
extensive details about how new packages should be added, either using
the GENTARGETS or the AUTOTARGETS infrastructures.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dummy/Config.in')
-rw-r--r-- | package/dummy/Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/dummy/Config.in b/package/dummy/Config.in deleted file mode 100644 index 71c1fed30..000000000 --- a/package/dummy/Config.in +++ /dev/null @@ -1,7 +0,0 @@ -config BR2_PACKAGE_DUMMY - bool "dummy" - help - This is a dummy package to show how to integrate a new package into - Buildroot. The syntax for this file is the default kbuild from the - Linux kernel, more information at - http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=tree;f=Documentation/kbuild |