Some more ASFLAGS settings required
PR: #735 Submitted by: Tim Rice <tim@multitalents.net>
This commit is contained in:
parent
6ed474ca66
commit
0bf1c1d80d
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue