aboutsummaryrefslogtreecommitdiff
path: root/external/common/rules.mk
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2015-11-25 16:12:36 +1030
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-11-26 15:16:36 +1100
commit4623ea7d713eff18014af9dc1b50a23caacf58b7 (patch)
tree31fe6b7f55438e20c080c507e4df84342893a8fa /external/common/rules.mk
parent558c819962d39ed9700a0503b1a3c11a044e6d33 (diff)
downloadskiboot-4623ea7d713eff18014af9dc1b50a23caacf58b7.zip
skiboot-4623ea7d713eff18014af9dc1b50a23caacf58b7.tar.gz
skiboot-4623ea7d713eff18014af9dc1b50a23caacf58b7.tar.bz2
pflash: Remove ast.h
pflash contained a copy of the include/ast.h header. It had grown stale, so remove in and link in the common header. Note that it's hard to test that we haven't broken tools in the external/ directory these days; when making changes we need to test with amd64, ppc64, ppc64le and arm to ensure that everything can build! Signed-off-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Cédric Le Goater <clg@fr.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external/common/rules.mk')
-rw-r--r--external/common/rules.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/common/rules.mk b/external/common/rules.mk
index 3ae9181..7ebf485 100644
--- a/external/common/rules.mk
+++ b/external/common/rules.mk
@@ -20,6 +20,7 @@ endif
.PHONY: arch_links
arch_links:
ln -sf ../../hw/ast-bmc/ast-sf-ctrl.c common/ast-sf-ctrl.c
+ ln -sf ../../include/ast.h common/ast.h
ln -sf arch_flash_$(arch)_io.h common/io.h
.PHONY: arch_clean