cleanup inlines
[buildroot.git] / package / config / README.buildroot2
blobb48bc482161eea1faa54fe06a6f1f464e4d52a66
1 This is a copy of the kconfig code in the kernel (currently 2.6.24.4) tweaked
2 to suit Buildroot.
4 To update:
5         cp -r /usr/src/linux/scripts/kconfig package/config.new
6         cd package/config.new
7         cp /usr/src/linux/Documentation/kbuild/kconfig-language.txt .
8         patch -p1 < ../config/kconfig-to-buildroot2.patch
9         mv Makefile Makefile.kconfig
10         cp ../config/README.buildroot2 .
11         cp ../config/foo.h .
12         cp ../config/Makefile .
13         cp ../config/kconfig-to-buildroot2.patch .
14         cp ../config/.gitignore .
15         cd ..
16         rm -rf config
17         mv config.new config
19 Then verify the toplevel targets work:
20         config
21         defconfig
22         menuconfig
23         oldconfig