- Timestamp:
- 2018-11-09T18:09:55Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1892d2c
- Parents:
- 3875f106 (diff), ef4218f (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. - git-author:
- Jakub Jermář <jakub@…> (2018-11-09 18:09:55)
- git-committer:
- GitHub <noreply@…> (2018-11-09 18:09:55)
- Location:
- defaults
- Files:
-
- 9 edited
-
amd64/Makefile.config (modified) (1 diff)
-
arm32/Makefile.config (modified) (1 diff)
-
ia32/Makefile.config (modified) (1 diff)
-
ia64/Makefile.config (modified) (1 diff)
-
mips32/Makefile.config (modified) (1 diff)
-
ppc32/Makefile.config (modified) (1 diff)
-
riscv64/Makefile.config (modified) (1 diff)
-
sparc64/Makefile.config (modified) (1 diff)
-
special/Makefile.config (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
defaults/amd64/Makefile.config
r3875f106 r1a5fe4f 44 44 CONFIG_TEST = y 45 45 46 # Kernel RCU implementation47 RCU = PREEMPT_A48 49 46 # Input device class 50 47 CONFIG_HID_IN = generic -
defaults/arm32/Makefile.config
r3875f106 r1a5fe4f 32 32 CONFIG_TEST = y 33 33 34 # Kernel RCU implementation35 RCU = PREEMPT_A36 37 34 # What is your input device? 38 35 CONFIG_HID_IN = generic -
defaults/ia32/Makefile.config
r3875f106 r1a5fe4f 47 47 CONFIG_TEST = y 48 48 49 # Kernel RCU implementation50 RCU = PREEMPT_A51 52 49 # Input device class 53 50 CONFIG_HID_IN = generic -
defaults/ia64/Makefile.config
r3875f106 r1a5fe4f 44 44 CONFIG_TEST = y 45 45 46 # Kernel RCU implementation47 RCU = PREEMPT_A48 49 46 # Input device class 50 47 CONFIG_HID_IN = generic -
defaults/mips32/Makefile.config
r3875f106 r1a5fe4f 38 38 CONFIG_TEST = y 39 39 40 # Kernel RCU implementation41 RCU = PREEMPT_A42 43 40 # Input device class 44 41 CONFIG_HID_IN = generic -
defaults/ppc32/Makefile.config
r3875f106 r1a5fe4f 35 35 CONFIG_TEST = y 36 36 37 # Kernel RCU implementation38 RCU = PREEMPT_A39 40 37 # Input device class 41 38 CONFIG_HID_IN = generic -
defaults/riscv64/Makefile.config
r3875f106 r1a5fe4f 32 32 CONFIG_TEST = y 33 33 34 # Kernel RCU implementation35 RCU = PREEMPT_A36 37 34 # What is your input device? 38 35 CONFIG_HID_IN = generic -
defaults/sparc64/Makefile.config
r3875f106 r1a5fe4f 47 47 CONFIG_TEST = y 48 48 49 # Kernel RCU implementation50 RCU = PREEMPT_A51 52 49 # Input device class 53 50 CONFIG_HID_IN = generic -
defaults/special/Makefile.config
r3875f106 r1a5fe4f 32 32 CONFIG_TEST = y 33 33 34 # Kernel RCU implementation35 RCU = PREEMPT_A36 37 34 # Optimization level 38 35 OPTIMIZATION = 3
Note:
See TracChangeset
for help on using the changeset viewer.
