435N/A#
435N/A# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
435N/A#
435N/A# Permission is hereby granted, free of charge, to any person obtaining a
761N/A# copy of this software and associated documentation files (the "Software"),
761N/A# to deal in the Software without restriction, including without limitation
435N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
435N/A# and/or sell copies of the Software, and to permit persons to whom the
435N/A# Software is furnished to do so, subject to the following conditions:
435N/A#
435N/A# The above copyright notice and this permission notice (including the next
435N/A# paragraph) shall be included in all copies or substantial portions of the
435N/A# Software.
435N/A#
435N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
435N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
435N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
435N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
435N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
435N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
435N/A# DEALINGS IN THE SOFTWARE.
435N/A#
435N/A
435N/A#
435N/A# Target device
435N/A#
435N/ADEV = AST
435N/ADev = ast
435N/A
435N/ADEV_CSRCS = dma.c
435N/ADEV_OBJS = dma.o
435N/A
761N/Ainclude ../Makefile.common
435N/A