FreeCalypso > hg > freecalypso-reveng
view pircharge/Makefile @ 281:b7d93ff628a8
dsample-fw-disasm: found l1dmacro_init_hw() and
l1dmacro_init_hw_light() functions
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 03 Mar 2019 07:53:54 +0000 |
| parents | 84a4f6ef2d28 |
| children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 -I/opt/freecalypso/include PROG= pirchgdbg OBJS= abb.o init.o interf.o main.o pktsort.o all: ${PROG} ${PROG}: ${OBJS} ${CC} -o $@ ${OBJS} clean: rm -f *.o *.out *errs ${PROG}
