diff options
Diffstat (limited to 'output/outform.h')
-rw-r--r-- | output/outform.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/output/outform.h b/output/outform.h index 24a4e1b..e96a4b9 100644 --- a/output/outform.h +++ b/output/outform.h @@ -250,6 +250,8 @@ * array based on the above defines */ extern struct ofmt of_bin; +extern struct ofmt of_ith; +extern struct ofmt of_srec; extern struct ofmt of_aout; extern struct ofmt of_aoutb; extern struct ofmt of_coff; @@ -268,6 +270,8 @@ extern struct ofmt of_dbg; struct ofmt *drivers[] = { #ifdef OF_BIN &of_bin, + &of_ith, + &of_srec, #endif #ifdef OF_AOUT &of_aout, |