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