You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
452 B
27 lines
452 B
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_SRC_FILES := fdt.c \
|
|
fdt_empty_tree.c \
|
|
fdt_ro.c \
|
|
fdt_rw.c \
|
|
fdt_strerror.c \
|
|
fdt_sw.c \
|
|
fdt_wip.c
|
|
|
|
LOCAL_MODULE := libfdt
|
|
|
|
include $(BUILD_HOST_STATIC_LIBRARY)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_SRC_FILES := fdt.c \
|
|
fdt_empty_tree.c \
|
|
fdt_ro.c \
|
|
fdt_rw.c \
|
|
fdt_strerror.c \
|
|
fdt_sw.c \
|
|
fdt_wip.c
|
|
|
|
LOCAL_MODULE := libfdt
|
|
|
|
include $(BUILD_STATIC_LIBRARY) |