Changes between Version 40 and Version 41 of newport/bsp
- Timestamp:
- 11/22/2021 11:53:48 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/bsp
v40 v41 123 123 {{{#!bash 124 124 make -C linux menuconfig # make your changes 125 make -C linux defconfig # once satisfied create a defconfig125 make -C linux savedefconfig # once satisfied create a defconfig 126 126 cp linux/defconfig linux/arch/arm64/configs/newport_defconfig # and copy it to the newport_defconfig 127 127 }}}