FreeCalypso > hg > fc-magnetite
annotate makefile-frags/first-part @ 193:4cb2e85d9d6a
src/g23m-gprs/llc/llc_{itxp,uitxp}.c: compilation fixes for !REL99
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 13 Oct 2016 23:09:26 +0000 |
parents | 84f4a04fde24 |
children | 2bb8b1c11afc |
rev | line source |
---|---|
64
84f4a04fde24
TI's linker doesn't like hyphens in filenames
Mychaela Falconia <falcon@freecalypso.org>
parents:
61
diff
changeset
|
1 all: fwimage.bin |
61
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 |
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 ${SUBDIR}: FRC |
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 cd $@; ${MAKE} ${MFLAGS} |
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 |
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 ${LIBS}: ${SUBDIR} |
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 @true |
dba3f097489e
makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 |