OpenCores
URL https://opencores.org/ocsvn/ion/ion/trunk

Subversion Repositories ion

[/] [ion/] [trunk/] [src/] [common/] [libsoc/] [makefile] - Diff between revs 178 and 183

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 178 Rev 183
Line 29... Line 29...
 
 
soc.o:              $(SRC)/soc.h
soc.o:              $(SRC)/soc.h
printf-stdarg.o:
printf-stdarg.o:
syscalls.o:         $(SRC)/soc.h
syscalls.o:         $(SRC)/soc.h
hw_ion_mpu.o:       $(SRC)/soc.h $(SRC)/hw.h
hw_ion_mpu.o:       $(SRC)/soc.h $(SRC)/hw.h
 
# The FP math library is compiled separately for float support...
fp-bit-float.o: $(SRC)/fp-bit.c
fp-bit-float.o: $(SRC)/fp-bit.c
        $(CC) $(CFLAGS) -DFLOAT=1 $(SRC)/fp-bit.c -o fp-bit-float.o
        $(CC) $(CFLAGS) -DFLOAT=1 $(SRC)/fp-bit.c -o fp-bit-float.o
 
# ...and for double support
fp-bit-double.o:
fp-bit-double.o:
        $(CC) $(CFLAGS) $(SRC)/fp-bit.c -o fp-bit-double.o
        $(CC) $(CFLAGS) $(SRC)/fp-bit.c -o fp-bit-double.o
 
 
#-- Let's make some implicit rules explicit for clarity (well, 'clarity')
#-- Let's make some implicit rules explicit for clarity (well, 'clarity')
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.