diff options
| author | Atish Patra <[email protected]> | 2019-01-09 00:49:10 -0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2019-01-18 10:05:12 +0530 |
| commit | cf83b6e438ec0ba7fc3337f5b516da37ec5314c8 (patch) | |
| tree | 76b81f1b3d7f646393e1e8753e1192300b328773 /platform/common | |
| parent | 57d5eaa5fb7d43684af2514aee14c7f2356fa5cb (diff) | |
platform: Include libfdt & libc.
Signed-off-by: Atish Patra <[email protected]>
Diffstat (limited to 'platform/common')
| -rw-r--r-- | platform/common/libfdt/objects.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/common/libfdt/objects.mk b/platform/common/libfdt/objects.mk index 1ae1cacd..bd58e30d 100644 --- a/platform/common/libfdt/objects.mk +++ b/platform/common/libfdt/objects.mk @@ -13,3 +13,4 @@ $(foreach file, $(libfdt_files), \ $(eval CFLAGS_$(file) = -I$(src)/../../common/libfdt)) platform-common-objs-$(PLATFORM_INCLUDE_LIBFDT) += $(addprefix libfdt/,$(libfdt_files)) +platform-common-genflags-$(PLATFORM_INCLUDE_LIBFDT) += -I$(platform_common_dir)/libfdt/ |
