Skip to content

Commit b2d8993

Browse files
pari-sravnborg
authored andcommitted
README: fix misleading pointer to the defconf directory
Signed-off-by: Patrick Ringl <[email protected]> Cc: Arnd Bergmann <[email protected]>
1 parent 7923f90 commit b2d8993

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,15 @@ CONFIGURING the kernel:
176176
with questions already answered.
177177
Additionally updates the dependencies.
178178
"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.
180188
"make allyesconfig"
181189
Create a ./.config file by setting symbol
182190
values to 'y' as much as possible.

0 commit comments

Comments
 (0)