diff options
author | Atish Patra <atish.patra@wdc.com> | 2019-01-09 00:49:10 -0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-01-18 10:05:12 +0530 |
commit | cf83b6e438ec0ba7fc3337f5b516da37ec5314c8 (patch) | |
tree | 76b81f1b3d7f646393e1e8753e1192300b328773 /Makefile | |
parent | 57d5eaa5fb7d43684af2514aee14c7f2356fa5cb (diff) |
platform: Include libfdt & libc.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ GENFLAGS += -DOPENSBI_MINOR=$(MINOR) GENFLAGS += -I$(platform_dir)/include GENFLAGS += -I$(platform_common_dir)/include GENFLAGS += -I$(include_dir) +GENFLAGS += $(platform-common-genflags-y) GENFLAGS += $(platform-genflags-y) GENFLAGS += $(firmware-genflags-y) |