summaryrefslogtreecommitdiffstats
path: root/cf-wrapper.S
diff options
context:
space:
mode:
Diffstat (limited to 'cf-wrapper.S')
-rw-r--r--cf-wrapper.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/cf-wrapper.S b/cf-wrapper.S
index 3c08827..2eda4fe 100644
--- a/cf-wrapper.S
+++ b/cf-wrapper.S
@@ -1,8 +1,10 @@
+#define _STR(f) #f
+#define STR(f) _STR(f)
.data
.align 8
.globl cf_code_start
cf_code_start:
- .incbin "cf-code/cf-fsi-romulus.bin"
+ .incbin STR(CF_FILE)
.align 8
.globl cf_code_end
cf_code_end:
OpenPOWER on IntegriCloud