Home | History | Annotate | Download | only in genext2fs
      1 # Copyright 2008 The Android Open Source Project
      2 
      3 LOCAL_PATH:= $(call my-dir)
      4 
      5 ################################
      6 include $(CLEAR_VARS)
      7 
      8 LOCAL_SRC_FILES := \
      9 	genext2fs.c
     10 
     11 LOCAL_CFLAGS := -O2 -g -Wall -DHAVE_CONFIG_H
     12 
     13 LOCAL_MODULE := genext2fs
     14 
     15 include $(BUILD_HOST_EXECUTABLE)
     16