1
2--------------------------------------------------------------------------
3-- Copyright (c) 2007-2010, ETH Zurich.
4-- All rights reserved.
5--
6-- This file is distributed under the terms in the attached LICENSE file.
7-- If you do not find this file, copies can be found by writing to:
8-- ETH Zurich D-INFK, Haldeneggsteig 4, CH-8092 Zurich. Attn: Systems Group.
9--
10-- Hakefile for lib/pci
11-- 
12--------------------------------------------------------------------------
13
14[ build library { target = "acpi_client",
15                  cFiles = [ "acpi_client.c" ],
16                  flounderBindings = [ "acpi" ],
17                  flounderExtraBindings = [ ("acpi", ["rpcclient"]) ],
18                  flounderExtraDefs = [ ("monitor_blocking", ["rpcclient"]) ],
19                  architectures = [ "x86_64", "x86_32", "armv8" ]
20                }
21]
22