LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_SRC_FILES := igdbg.lex.l igdbg.yacc.y \ ioperm.S iopl.S \ main.c gtt.c ppgtt.c display.c ring.c reg.c \ debugfs.c LOCAL_32_BIT_ONLY := true LOCAL_CFLAGS += -DANDROID -O2 -Wall -ffloat-store LOCAL_C_INCLUDES := LOCAL_MODULE := igdbg LOCAL_MODULE_TAGS := optional LOCAL_SHARED_LIBRARIES := include $(BUILD_EXECUTABLE)