Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149542
b: refs/heads/master
c: b2d8993
h: refs/heads/master
v: v3
  • Loading branch information
Patrick Ringl authored and Sam Ravnborg committed Jun 14, 2009
1 parent 5a705f4 commit 8a53c36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7923f90fffa8746f6457d4eea2109fd3d6414189
refs/heads/master: b2d8993026a26f4ece8c8b3f2e138d2ba8f18eaa
10 changes: 9 additions & 1 deletion trunk/README
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,15 @@ CONFIGURING the kernel:
with questions already answered.
Additionally updates the dependencies.
"make defconfig" Create a ./.config file by using the default
symbol values from arch/$ARCH/defconfig.
symbol values from either arch/$ARCH/defconfig
or arch/$ARCH/configs/${PLATFORM}_defconfig,
depending on the architecture.
"make ${PLATFORM}_defconfig"
Create a ./.config file by using the default
symbol values from
arch/$ARCH/configs/${PLATFORM}_defconfig.
Use "make help" to get a list of all available
platforms of your architecture.
"make allyesconfig"
Create a ./.config file by setting symbol
values to 'y' as much as possible.
Expand Down

0 comments on commit 8a53c36

Please sign in to comment.