sdk: stop shipping a .config
authorJo-Philipp Wich <jo@mein.io>
Tue, 24 May 2016 21:32:14 +0000 (23:32 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 24 May 2016 21:40:34 +0000 (23:40 +0200)
commit9eeb267c066819c104a0648620a13f5635702b0b
treee266afd7e59b7a4b3d712846cf3651df1cf7e155
parent32ae0da2b766256bd77b5fa93fd24fe406cceb09
sdk: stop shipping a .config

Now that the most important options are exposed via menuconfig in the SDK we
can stop shipping a (possibly outdated) copy of .config from the emitting
buildroot.

Leaving out .config has two positive side effects:

 - A simple "make" run without any prior config will launch menuconfig, forcing
   interactive users to make appropriate choices

 - Buildbot systems (e.g. our phase2 builder) can issue a "make defconfig" to
   obtain a .config enabling all packages by default

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/sdk/Makefile