Private
Public Access
2
0

Android.mk: enable support for UP Board

The commit which added support for UP Board didn't touch Android.mk.
Add up.c to LOCAL_SRC_FILES.

Signed-off-by: Constantin Musca <constantin.musca@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Constantin Musca
2016-03-08 15:50:15 +02:00
committed by Brendan Le Foll
parent 82cfa32f70
commit 511332cda5

View File

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