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:
@@ -1,6 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) Intel Corporation.
|
|
||||||
*
|
|
||||||
* Author: Thomas Ingleby <thomas.c.ingleby@intel.com>
|
* Author: Thomas Ingleby <thomas.c.ingleby@intel.com>
|
||||||
*
|
*
|
||||||
* Copyright © 2014 Intel Corporation
|
* Copyright © 2014 Intel Corporation
|
||||||
@@ -7,6 +7,7 @@ set (maa_LIB_SRCS
|
|||||||
${PROJECT_SOURCE_DIR}/src/maa.cxx
|
${PROJECT_SOURCE_DIR}/src/maa.cxx
|
||||||
${PROJECT_SOURCE_DIR}/src/i2c/i2c.cxx
|
${PROJECT_SOURCE_DIR}/src/i2c/i2c.cxx
|
||||||
${PROJECT_SOURCE_DIR}/src/i2c/smbus.c
|
${PROJECT_SOURCE_DIR}/src/i2c/smbus.c
|
||||||
|
${PROJECT_SOURCE_DIR}/src/gpio/gpio.cxx
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library (maa STATIC ${maa_LIB_SRCS})
|
add_library (maa STATIC ${maa_LIB_SRCS})
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) Intel Corporation.
|
|
||||||
*
|
|
||||||
* Author: Thomas Ingleby <thomas.c.ingleby@intel.com>
|
* Author: Thomas Ingleby <thomas.c.ingleby@intel.com>
|
||||||
*
|
*
|
||||||
* Copyright © 2014 Intel Corporation
|
* Copyright © 2014 Intel Corporation
|
||||||
|
|||||||
Reference in New Issue
Block a user