\section{Package Compilation} The following section discusses how additional software packages are being hooked into the ADK. First every package has it's own subdirectory inside the \textit{package/} directory, containing at least the files \textit{Makefile} and \textit{Config.in}. The package is hooked into the ADK via the files \textit{package/Config.in} and \textit{package/Makefile}. % for package foo: % - describe foo/Config.in and foo/Makefile (simple examples) % - give sample entries for foo in package/Config.in and package/Makefile % discuss build process here? % -> maybe at least the patching mechanism % further reading on package/*/{Config.in,Makefile} % - *_STYLE variables and their usage % - files/ subdir % - patches/ subdir % - special packages (NO_DISTFILES and stuff)