aboutsummaryrefslogtreecommitdiff
path: root/bbl
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2019-10-22 10:03:10 -0700
committerGitHub <noreply@github.com>2019-10-22 10:03:10 -0700
commit6208fce3dcd4e976fde4b63d319924f1a2b4bd93 (patch)
tree72f5143d405c6f1de9fe7b63ee15caf0ceaa769c /bbl
parent99d6d0a93f9c83b63343a00693d5085e3949fe1a (diff)
parentb54479d8e7aaec0a29fca0844cae7485dff50b7d (diff)
downloadriscv-pk-6208fce3dcd4e976fde4b63d319924f1a2b4bd93.zip
riscv-pk-6208fce3dcd4e976fde4b63d319924f1a2b4bd93.tar.gz
riscv-pk-6208fce3dcd4e976fde4b63d319924f1a2b4bd93.tar.bz2
Merge pull request #150 from lsgunth/build_fixes
Build fixes
Diffstat (limited to 'bbl')
-rw-r--r--bbl/bbl.mk.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/bbl/bbl.mk.in b/bbl/bbl.mk.in
index f91dfbf..b0ef476 100644
--- a/bbl/bbl.mk.in
+++ b/bbl/bbl.mk.in
@@ -35,3 +35,8 @@ bbl_test_srcs =
bbl_install_prog_srcs = \
bbl.c \
+
+bbl.bin: bbl
+ $(OBJCOPY) -S -O binary --change-addresses -0x80000000 $< $@
+
+bbl_extra_targets = bbl.bin