Changeset 58775d30 in mainline for defaults/ppc32/Makefile.config
- Timestamp:
- 2015-03-16T16:07:21Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2003739
- Parents:
- 6069061 (diff), 795e2bf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/ppc32/Makefile.config
r6069061 r58775d30 7 7 # Compiler 8 8 COMPILER = gcc_cross 9 10 # Lazy FPU context switching 11 CONFIG_FPU_LAZY = n 9 12 10 13 # Debug build … … 29 32 CONFIG_TEST = y 30 33 34 # Kernel RCU implementation 35 RCU = PREEMPT_A 36 31 37 # Input device class 32 38 CONFIG_HID_IN = generic … … 40 46 # OHCI root hub power switch, ganged is enough 41 47 OHCI_POWER_SWITCH = ganged 42 43 # Barebone build with essential binaries only44 CONFIG_BAREBONE = y
Note:
See TracChangeset
for help on using the changeset viewer.