blob: 095e0cf6784c9fd6ee9f53c9eabea7844787ca1d [file] [log] [blame]
dmitry pervushinb2e92532013-04-30 15:03:32 +02001
2#############################################################################
3# Copyright (c) 2013 Linaro
4# All rights reserved. This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License v1.0
6# which accompanies this distribution, and is available at
7# http://www.eclipse.org/legal/epl-v10.html
8#
9# Contributors:
10# Linaro <linaro-dev@lists.linaro.org>
11#############################################################################
12
13
14LOCAL_PATH := $(call my-dir)
15include $(CLEAR_VARS)
16
17LOCAL_SRC_FILES := vfat-volid.c
18LOCAL_MODULE := vfat-volid
19LOCAL_MODULE_TAGS := optional tests
20
21include $(BUILD_EXECUTABLE)