summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2019-01-21 08:35:36 +0300
committerAnup Patel <anup@brainfault.org>2019-01-22 09:10:15 +0300
commitf37f7e21e078187ac314fdb7339f5946d9cc426e (patch)
treebb9518382dd42f5bed43d10e7beee8c2c82afbdd /Makefile
parentac003ff6bfead5737638888431fa646d707e246b (diff)
downloadopensbi-f37f7e21e078187ac314fdb7339f5946d9cc426e.tar.xz
Makefile: Don't install generic headers under <install_dir>/platform
We don't need to install generic headers separately for every platforn under <install_dir>/platform. It is unnecessary duplication of files hence updating install_libplatsbi in top-level makefile. Signed-off-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e1351f..9823899 100644
--- a/Makefile
+++ b/Makefile
@@ -304,7 +304,6 @@ install_libsbi: $(build_dir)/lib/libsbi.a
.PHONY: install_libplatsbi
install_libplatsbi: $(build_dir)/$(platform_subdir)/lib/libplatsbi.a $(build_dir)/lib/libsbi.a
- $(call inst_header_dir,$(install_dir)/$(platform_subdir)/include,$(include_dir)/sbi)
$(call inst_file,$(install_dir)/$(platform_subdir)/lib/libplatsbi.a,$(build_dir)/$(platform_subdir)/lib/libplatsbi.a)
.PHONY: install_firmwares