X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lisovros/linux_canprio.git/blobdiff_plain/f0787f62df516df6975d4325795ed02c495f3728..1f7984972234a61c47da2ee71fd3adb037cfe1b8:/README diff --git a/README b/README index d6c6c742c1d..737838fe73c 100644 --- a/README +++ b/README @@ -174,8 +174,17 @@ CONFIGURING the kernel: "make silentoldconfig" Like above, but avoids cluttering the screen 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.