Changeset 75751db6 in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2014-08-29T20:32:20Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af0a2c7
Parents:
312e5ff
Message:

Factor out chardev IPC from pl050, i8042, xtkbd and ps2mouse.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r312e5ff r75751db6  
    195195
    196196ifeq ($(CONFIG_OPTIMIZE_FOR_SIZE),y)
    197         OPTIMIZATION = s
    198 else
    199         OPTIMIZATION = 3
     197        OPTIMIZATION = 0
     198else
     199        OPTIMIZATION = 0
    200200endif
    201201
Note: See TracChangeset for help on using the changeset viewer.