summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2019-01-09 11:49:10 +0300
committerAnup Patel <anup@brainfault.org>2019-01-18 07:35:12 +0300
commitcf83b6e438ec0ba7fc3337f5b516da37ec5314c8 (patch)
tree76b81f1b3d7f646393e1e8753e1192300b328773 /Makefile
parent57d5eaa5fb7d43684af2514aee14c7f2356fa5cb (diff)
downloadopensbi-cf83b6e438ec0ba7fc3337f5b516da37ec5314c8.tar.xz
platform: Include libfdt & libc.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f622c81..11e1634 100644
--- a/Makefile
+++ b/Makefile
@@ -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)