[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] RE: Make question (how to)
From: |
Larry Barello |
Subject: |
[avr-gcc-list] RE: Make question (how to) |
Date: |
Mon, 2 May 2005 10:56:59 -0700 |
Sorry, I misspoke: none of the variables are substituted... I know how to
set variables on the command line (make MCU=atmega128... target). but how
to pass a list like the C source to do custom builds with one makefile?
TIA
-----Original Message-----
From: Larry Barello [mailto:address@hidden
...
But this doesn't work. The SRC and ASRC are not substituted for the default
ones defined earlier in the makefile (MCU and other symbols are).
How do I do this? What is the magic incantation to substitute a list?