FreeCalypso > hg > freecalypso-tools
comparison target-utils/libbase/Makefile @ 453:6228d27738d1
target-utils: wait_ARM_cycles() added to libbase
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Sat, 09 Feb 2019 07:35:07 +0000 | 
| parents | e7502631a0f9 | 
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 452:688380565e0f | 453:6228d27738d1 | 
|---|---|
| 2 CFLAGS= -Os -fno-builtin | 2 CFLAGS= -Os -fno-builtin | 
| 3 CPPFLAGS=-I../include | 3 CPPFLAGS=-I../include | 
| 4 AR= arm-elf-ar | 4 AR= arm-elf-ar | 
| 5 RANLIB= arm-elf-ranlib | 5 RANLIB= arm-elf-ranlib | 
| 6 | 6 | 
| 7 OBJS= abbdrv.o osmodelay.o serio.o spidrv.o | 7 OBJS= abbdrv.o osmodelay.o serio.o spidrv.o waitarm.o | 
| 8 | 8 | 
| 9 all: libbase.a | 9 all: libbase.a | 
| 10 | 10 | 
| 11 libbase.a: ${OBJS} | 11 libbase.a: ${OBJS} | 
| 12 ${AR} cru $@ ${OBJS} | 12 ${AR} cru $@ ${OBJS} | 
