Changeset 3e53ab7 in mainline for kernel/Makefile


Ignore:
Timestamp:
2008-11-28T19:33:10Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7905360
Parents:
4c4ddbe9
Message:

Initial support for interrupt driven driver for ns16550.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r4c4ddbe9 r3e53ab7  
    125125ifeq ($(CONFIG_NS16550),y)
    126126        DEFS += -DCONFIG_NS16550
     127endif
     128
     129ifeq ($(CONFIG_NS16550_INTERRUPT_DRIVEN),y)
     130        DEFS += -DCONFIG_NS16550_INTERRUPT_DRIVEN
    127131endif
    128132
Note: See TracChangeset for help on using the changeset viewer.