Commit b2d8993026a26f4ece8c8b3f2e138d2ba8f18eaa
Committed by
Sam Ravnborg
1 parent
7923f90fff
Exists in
master
and in
39 other branches
README: fix misleading pointer to the defconf directory
Signed-off-by: Patrick Ringl <patrick_@freenet.de> Cc: Arnd Bergmann <arnd@arndb.de>
Showing 1 changed file with 9 additions and 1 deletions Side-by-side Diff
README
... | ... | @@ -176,7 +176,15 @@ |
176 | 176 | with questions already answered. |
177 | 177 | Additionally updates the dependencies. |
178 | 178 | "make defconfig" Create a ./.config file by using the default |
179 | - symbol values from arch/$ARCH/defconfig. | |
179 | + symbol values from either arch/$ARCH/defconfig | |
180 | + or arch/$ARCH/configs/${PLATFORM}_defconfig, | |
181 | + depending on the architecture. | |
182 | + "make ${PLATFORM}_defconfig" | |
183 | + Create a ./.config file by using the default | |
184 | + symbol values from | |
185 | + arch/$ARCH/configs/${PLATFORM}_defconfig. | |
186 | + Use "make help" to get a list of all available | |
187 | + platforms of your architecture. | |
180 | 188 | "make allyesconfig" |
181 | 189 | Create a ./.config file by setting symbol |
182 | 190 | values to 'y' as much as possible. |