Changeset 323a5aaf in mainline for kernel/Makefile


Ignore:
Timestamp:
2008-11-30T12:17:56Z (16 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0ad9e47
Parents:
57e76cb
Message:

Legacy IRQ support, uspace NS16550 support, some minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r57e76cb r323a5aaf  
    127127endif
    128128
     129ifeq ($(CONFIG_I8042_INTERRUPT_DRIVEN),y)
     130        DEFS += -DCONFIG_I8042_INTERRUPT_DRIVEN
     131endif
     132
    129133ifeq ($(CONFIG_NS16550_INTERRUPT_DRIVEN),y)
    130134        DEFS += -DCONFIG_NS16550_INTERRUPT_DRIVEN
     135endif
     136
     137ifeq ($(CONFIG_IOSAPIC),y)
     138        DEFS += -DCONFIG_IOSAPIC
    131139endif
    132140
Note: See TracChangeset for help on using the changeset viewer.