changeset 676:b37b87121be2

Added $(ADDOPTS) hook for additional assembly options on a per-Makefile basis
author boisy
date Sun, 29 Dec 2002 16:57:25 +0000
parents 17b663443c7d
children 0ef2294df11f
files rules.mak
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rules.mak	Fri Dec 27 14:12:12 2002 +0000
+++ b/rules.mak	Sun Dec 29 16:57:25 2002 +0000
@@ -18,7 +18,7 @@
 # Use the cross assembler
 AS		= $(OS9TOOLSDIR)/os9asm -i=$(DEFDIR)
 ASOUT		= -o=
-AFLAGS		= -q
+AFLAGS		= -q $(ADDOPTS)
 
 # Commands
 MAKDIR		= $(OS9TOOLSDIR)/os9 makdir