Changeset 42f2a45 in mainline


Ignore:
Timestamp:
2012-10-14T15:46:21Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6f07226
Parents:
954b6458
Message:

am335x: Add the timer driver implementation

Location:
kernel/genarch
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/Makefile.inc

    r954b6458 r42f2a45  
    111111endif
    112112
     113ifeq ($(CONFIG_AM335X_TIMERS),y)
     114        GENARCH_SOURCES += \
     115                genarch/src/drivers/am335x/timer.c
     116endif
     117
    113118ifeq ($(CONFIG_AMDM37X_UART),y)
    114119        GENARCH_SOURCES += \
Note: See TracChangeset for help on using the changeset viewer.