Files
lk/lib/devicetree/rules.mk
Brian Swetland 2fa92b6245 [lib][devicetree] first pass at library for dealing with devicetree
Basic validation and walking of flattened devicetree blobs.
2014-05-26 22:11:35 -07:00

9 lines
123 B
Makefile

LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_SRCS += \
$(LOCAL_DIR)/devicetree.c
include make/module.mk