Diogo Ferreira 89ce3524a9 urushi: Initial import
This should be fairly complete, only waiting for the proprietary
files to adjust extraction. Most should be the same but the camera
firmware.
2011-09-14 11:35:47 +01:00

6 lines
121 B
Makefile

LOCAL_PATH := $(call my-dir)
ifeq ($(TARGET_DEVICE),urushi)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif