Ketut Putu Kumajaya | 72b1c49 | 2014-06-24 16:18:20 +0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | |
| 3 | include $(CLEAR_VARS) |
| 4 | LOCAL_SRC_FILES := fdt.c \ |
| 5 | fdt_empty_tree.c \ |
| 6 | fdt_ro.c \ |
| 7 | fdt_rw.c \ |
| 8 | fdt_strerror.c \ |
| 9 | fdt_sw.c \ |
| 10 | fdt_wip.c |
| 11 | |
| 12 | LOCAL_MODULE := libfdt |
Paul Keith | 7598a16 | 2017-01-16 10:48:08 -0600 | [diff] [blame^] | 13 | LOCAL_MODULE_TAGS := optional |
Ketut Putu Kumajaya | 72b1c49 | 2014-06-24 16:18:20 +0700 | [diff] [blame] | 14 | |
| 15 | include $(BUILD_HOST_STATIC_LIBRARY) |
| 16 | |
| 17 | include $(CLEAR_VARS) |
| 18 | LOCAL_SRC_FILES := fdt.c \ |
| 19 | fdt_empty_tree.c \ |
| 20 | fdt_ro.c \ |
| 21 | fdt_rw.c \ |
| 22 | fdt_strerror.c \ |
| 23 | fdt_sw.c \ |
| 24 | fdt_wip.c |
| 25 | |
| 26 | LOCAL_MODULE := libfdt |
Paul Keith | 7598a16 | 2017-01-16 10:48:08 -0600 | [diff] [blame^] | 27 | LOCAL_MODULE_TAGS := optional |
Ketut Putu Kumajaya | 72b1c49 | 2014-06-24 16:18:20 +0700 | [diff] [blame] | 28 | |
Paul Keith | 7598a16 | 2017-01-16 10:48:08 -0600 | [diff] [blame^] | 29 | include $(BUILD_STATIC_LIBRARY) |