Some more ASFLAGS settings required

PR: #735
Submitted by: Tim Rice <tim@multitalents.net>
This commit is contained in:
Lutz Jänicke 2003-12-01 08:12:47 +00:00
parent 6ed474ca66
commit 0bf1c1d80d
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@ CAST_ENC=c_enc.o
#CAST_ENC=asm/cx86bdsi.o
CFLAGS= $(INCLUDES) $(CFLAG)
ASFLAGS= $(INCLUDES) $(ASFLAG)
GENERAL=Makefile
TEST=casttest.c

View file

@ -22,6 +22,7 @@ RC5_ENC= rc5_enc.o
#DES_ENC= r586-elf.o
CFLAGS= $(INCLUDES) $(CFLAG)
ASFLAGS= $(INCLUDES) $(ASFLAG)
GENERAL=Makefile
TEST=rc5test.c