Private
Public Access
2
0

intel galile rev g: change name from gen2 to revg

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-06-17 09:42:55 +01:00
parent 27624289ec
commit ea88358164
4 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ set (maa_LIB_SRCS
${PROJECT_SOURCE_DIR}/src/spi/spi.c
${PROJECT_SOURCE_DIR}/src/aio/aio.c
${PROJECT_SOURCE_DIR}/src/intel_galileo_rev_d.c
${PROJECT_SOURCE_DIR}/src/intel_galileo_gen2.c
${PROJECT_SOURCE_DIR}/src/intel_galileo_rev_g.c
# autogenerated version file
${CMAKE_CURRENT_BINARY_DIR}/version.c
)

View File

@@ -1,5 +1,6 @@
/*
* Author: Brendan Le Foll <brendan.le.foll@intel.com>
* Author: Thomas Ingleby <thomas.c.ingleby@intel.com>
* Copyright (c) 2014 Intel Corporation.
*
* Permission is hereby granted, free of charge, to any person obtaining
@@ -26,7 +27,7 @@
#include <string.h>
#include "common.h"
#include "intel_galileo_gen2.h"
#include "intel_galileo_rev_g.h"
maa_board_t*
maa_intel_galileo_gen2()

View File

@@ -30,7 +30,7 @@
#include "maa_internal.h"
#include "intel_galileo_rev_d.h"
#include "intel_galileo_gen2.h"
#include "intel_galileo_rev_g.h"
#include "gpio.h"
#include "version.h"