From 72f249fce15918986b8c5b8ad7edcdafc1e934d9 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Thu, 10 Apr 2014 16:59:11 +0100 Subject: [PATCH] gpio: cleanup of initial gpio work and add to CMakeLists.txt Signed-off-by: Brendan Le Foll --- {src/gpio => api}/gpio.h | 2 -- src/CMakeLists.txt | 1 + src/gpio/gpio.cxx | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) rename {src/gpio => api}/gpio.h (97%) diff --git a/src/gpio/gpio.h b/api/gpio.h similarity index 97% rename from src/gpio/gpio.h rename to api/gpio.h index a5ce556..335a0b7 100644 --- a/src/gpio/gpio.h +++ b/api/gpio.h @@ -1,6 +1,4 @@ /* - * Copyright (C) Intel Corporation. - * * Author: Thomas Ingleby * * Copyright © 2014 Intel Corporation diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e54fee1..b8c4008 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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}) diff --git a/src/gpio/gpio.cxx b/src/gpio/gpio.cxx index 9304c84..827d4bd 100644 --- a/src/gpio/gpio.cxx +++ b/src/gpio/gpio.cxx @@ -1,6 +1,4 @@ /* - * Copyright (C) Intel Corporation. - * * Author: Thomas Ingleby * * Copyright © 2014 Intel Corporation