Changeset 1094940 in mainline


Ignore:
Timestamp:
2009-03-12T12:30:06Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
95b4838d
Parents:
9f7b303
Message:

support for dummy serial line input and output (e.g. msim)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/Makefile.inc

    r9f7b303 r1094940  
    6969endif
    7070
     71ifeq ($(CONFIG_DSRLNIN),y)
     72        GENARCH_SOURCES += \
     73                genarch/src/drivers/dsrln/dsrlnin.c
     74endif
     75
     76ifeq ($(CONFIG_DSRLNOUT),y)
     77        GENARCH_SOURCES += \
     78                genarch/src/drivers/dsrln/dsrlnout.c
     79endif
     80
    7181ifeq ($(CONFIG_I8042),y)
    7282        GENARCH_SOURCES += \
Note: See TracChangeset for help on using the changeset viewer.