Changeset 09a0a8f0 in mainline


Ignore:
Timestamp:
2012-03-15T17:47:00Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
324819c
Parents:
f4373200
Message:

arm32: Add AM/DM37x infrastructure driver.

Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/Makefile.inc

    rf4373200 r09a0a8f0  
    6161endif
    6262
     63RD_DRVS += \
     64        infrastructure/rootamdm37x
     65
    6366SOURCES = \
    6467        arch/$(BARCH)/src/asm.S \
  • uspace/Makefile

    rf4373200 r09a0a8f0  
    173173endif
    174174
     175ifeq ($(UARCH),arm32)
     176        DIRS += \
     177                drv/infrastructure/rootamdm37x
     178endif
     179
    175180## System libraries
    176181#
Note: See TracChangeset for help on using the changeset viewer.