Skip to content

Commit

Permalink
document the BUILDONLY option
Browse files Browse the repository at this point in the history
SVN-Revision: 14010
  • Loading branch information
Felix Fietkau committed Jan 13, 2009
1 parent 7502d4b commit 6fb293c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/build.tex
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ \subsection{Creating packages}
Which packages must be built/installed before this package. To reference a dependency defined in the
same Makefile, use \textit{<dependency name>}. If defined as an external package, use
\textit{+<dependency name>}. For a kernel version dependency use: \textit{@LINUX\_2\_<minor version>}
\item \texttt{BUILDONLY} (optional) \\
Set this option to 1 if you do NOT want your package to appear in menuconfig.
This is useful for packages which are only used as build dependencies.
\end{itemize}

\textbf{\texttt{Package/\textit{<name>}/conffiles} (optional):} \\
Expand Down

0 comments on commit 6fb293c

Please sign in to comment.