Private
Public Access
2
0

gpio: cleanup of initial gpio work and add to CMakeLists.txt

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-10 16:59:11 +01:00
parent a5764d72dd
commit 72f249fce1
3 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,4 @@
/*
* Copyright (C) Intel Corporation.
*
* Author: Thomas Ingleby <thomas.c.ingleby@intel.com>
*
* Copyright © 2014 Intel Corporation

View File

@@ -7,6 +7,7 @@ set (maa_LIB_SRCS
${PROJECT_SOURCE_DIR}/src/maa.cxx
${PROJECT_SOURCE_DIR}/src/i2c/i2c.cxx
${PROJECT_SOURCE_DIR}/src/i2c/smbus.c
${PROJECT_SOURCE_DIR}/src/gpio/gpio.cxx
)
add_library (maa STATIC ${maa_LIB_SRCS})

View File

@@ -1,6 +1,4 @@
/*
* Copyright (C) Intel Corporation.
*
* Author: Thomas Ingleby <thomas.c.ingleby@intel.com>
*
* Copyright © 2014 Intel Corporation