- Timestamp:
- 2014-12-22T17:47:40Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8c7d5ad
- Parents:
- eae91e0 (diff), 759ea0d (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. - Location:
- defaults
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/amd64/Makefile.config
reae91e0 r235d31d 38 38 CONFIG_TEST = y 39 39 40 # Kernel RCU implementation 41 RCU = PREEMPT_A 42 40 43 # Input device class 41 44 CONFIG_HID_IN = generic -
defaults/arm32/Makefile.config
reae91e0 r235d31d 29 29 CONFIG_TEST = y 30 30 31 # Kernel RCU implementation 32 RCU = PREEMPT_A 33 31 34 # What is your input device? 32 35 CONFIG_HID_IN = generic -
defaults/ia32/Makefile.config
reae91e0 r235d31d 44 44 CONFIG_TEST = y 45 45 46 # Kernel RCU implementation 47 RCU = PREEMPT_A 48 46 49 # Input device class 47 50 CONFIG_HID_IN = generic -
defaults/ia64/Makefile.config
reae91e0 r235d31d 41 41 CONFIG_TEST = y 42 42 43 # Kernel RCU implementation 44 RCU = PREEMPT_A 45 43 46 # Input device class 44 47 CONFIG_HID_IN = generic -
defaults/mips32/Makefile.config
reae91e0 r235d31d 35 35 CONFIG_TEST = y 36 36 37 # Kernel RCU implementation 38 RCU = PREEMPT_A 39 37 40 # Input device class 38 41 CONFIG_HID_IN = generic -
defaults/ppc32/Makefile.config
reae91e0 r235d31d 32 32 CONFIG_TEST = y 33 33 34 # Kernel RCU implementation 35 RCU = PREEMPT_A 36 34 37 # Input device class 35 38 CONFIG_HID_IN = generic -
defaults/sparc32/Makefile.config
reae91e0 r235d31d 44 44 CONFIG_TEST = y 45 45 46 # Kernel RCU implementation 47 RCU = PREEMPT_A 48 46 49 # Input device class 47 50 CONFIG_HID_IN = generic -
defaults/sparc64/Makefile.config
reae91e0 r235d31d 44 44 CONFIG_TEST = y 45 45 46 # Kernel RCU implementation 47 RCU = PREEMPT_A 48 46 49 # Input device class 47 50 CONFIG_HID_IN = generic -
defaults/special/Makefile.config
reae91e0 r235d31d 28 28 # Compile kernel tests 29 29 CONFIG_TEST = y 30 31 # Kernel RCU implementation 32 RCU = PREEMPT_A 33
Note:
See TracChangeset
for help on using the changeset viewer.