blob: e52cbe5ec6642ab704c14e15efeadf2e49161eb6 [file] [log] [blame]
# Copyright 2008 The Android Open Source Project
LOCAL_PATH:= $(call my-dir)
################################
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
genext2fs.c
LOCAL_CFLAGS := -O2 -g -Wall -DHAVE_CONFIG_H
LOCAL_MODULE := genext2fs
include $(BUILD_HOST_EXECUTABLE)