blob: f50f79094c4417e229ff194e5d78ea78d197d9c8 [file] [log] [blame]
# Copyright 2006 The Android Open Source Project
ifeq ($(TARGET_ARCH),arm)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= icache_main.c icache.S icache2.S
LOCAL_SHARED_LIBRARIES := libc
LOCAL_MODULE:= icache
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)
endif