Private
Public Access
2
0

intel_gt: add support for gt + Tuchuck board

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2016-05-13 14:20:25 +01:00
parent 5f515f7648
commit 0577321f4c
11 changed files with 811 additions and 1 deletions

View File

@@ -37,7 +37,8 @@ LOCAL_SRC_FILES := \
src/x86/intel_sofia_3gr.c \
src/x86/intel_minnow_byt_compatible.c \
src/x86/intel_cherryhills.c \
src/x86/up.c
src/x86/up.c \
src/x86/intel_gt_tuchuck.c
# glob.c pulled in from NetBSD project (BSD 3-clause License)
LOCAL_SRC_FILES += \