Move clipboard API from libc to a separate library
[helenos.git] / defaults / mips32 / Makefile.config
blob5be9e1ba9b5467cc834f35a77f44befddac56ec2
1 # Platform
2 PLATFORM = mips32
4 # Ramdisk format
5 RDFMT = ext4fs
7 # Compiler
8 COMPILER = gcc_cross
10 # In case compiler is clang, whether or not to use its integrated assembler.
11 INTEGRATED_AS = default
13 # Debug build
14 CONFIG_DEBUG = y
16 # Deadlock detection support for spinlocks
17 CONFIG_DEBUG_SPINLOCK = y
19 # Support for SMP
20 CONFIG_SMP = y
22 # Support for userspace debuggers
23 CONFIG_UDEBUG = y
25 # Kernel console support
26 CONFIG_KCONSOLE = y
28 # Kernel symbol information
29 CONFIG_SYMTAB = y
31 # Detailed kernel logging
32 CONFIG_LOG = n
34 # Kernel function tracing
35 CONFIG_TRACE = n
37 # Compile kernel tests
38 CONFIG_TEST = y
40 # Input device class
41 CONFIG_HID_IN = generic
43 # Output device class
44 CONFIG_HID_OUT = generic
46 # Barebone build with essential binaries only
47 CONFIG_BAREBONE = y
49 # Optimization level
50 OPTIMIZATION = 3