blob: 75c3072f22fbcb32254acc50ce13f88949692cc3 [file] [log] [blame]
#############################################################################
# Copyright (c) 2013 Linaro
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Linaro <linaro-dev@lists.linaro.org>
#############################################################################
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := sync-basic.c
LOCAL_MODULE := sync-basic
LOCAL_MODULE_TAGS := optional tests
LOCAL_CFLAGS += "-D__unused=__attribute__((unused))"
include $(BUILD_EXECUTABLE)