Extra makefile for nil port
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7019 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
6e65427959
commit
4a9ae2565a
|
@ -0,0 +1,7 @@
|
||||||
|
# List of the ChibiOS/RT AVR port files.
|
||||||
|
PORTSRC = ${CHIBIOS}/os/nil/ports/AVR/nilcore.c
|
||||||
|
|
||||||
|
PORTASM =
|
||||||
|
|
||||||
|
PORTINC = ${CHIBIOS}/os/nil/ports/AVR \
|
||||||
|
${CHIBIOS}/os/nil/ports/AVR/compilers/GCC
|
Loading…
Reference in New Issue