1 --------------------------------------------------------------------------
2 -- Copyright (c) 2007-2014, ETH Zurich.
3 -- All rights reserved.
5 -- This file is distributed under the terms in the attached LICENSE file.
6 -- If you do not find this file, copies can be found by writing to:
7 -- ETH Zurich D-INFK, CAB F.78, Universitaetstr 6, CH-8092 Zurich.
9 -- Hakefile for omap44xx sdma driver
11 --------------------------------------------------------------------------
14 build application { target = "sdma",
15 cFiles = (find withSuffices [".c"]),
16 mackerelDevices = [ "omap/omap44xx_sdma" ],
18 flounderDefs = [ "omap_sdma" ],
19 flounderBindings = [ "omap_sdma" ],
20 flounderTHCStubs = [ "omap_sdma" ],
22 addLibraries = ["driverkit", "thc"],
23 architectures = ["armv7"]