Changeset 4c84368e in mainline for kernel/genarch/Makefile.inc


Ignore:
Timestamp:
2009-03-07T16:51:51Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3014e2b
Parents:
411b6a6
Message:

Serial line module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/Makefile.inc

    r411b6a6 r4c84368e  
    9696endif
    9797
     98ifeq ($(CONFIG_SRLN),y)
     99        GENARCH_SOURCES += \
     100                genarch/src/srln/srln.c
     101endif
     102
    98103ifeq ($(CONFIG_OFW_TREE),y)
    99104        GENARCH_SOURCES += \
Note: See TracChangeset for help on using the changeset viewer.