Updated Makefile GCC ARM build for STM32F10x port.
This commit is contained in:
@@ -103,15 +103,18 @@ router-ipv6:
|
||||
$(MAKE) -B -s -C demo router-ipv6
|
||||
|
||||
# Add "ports" to the build, if desired
|
||||
ports: atmega168 bdk-atxx4-mstp at91sam7s
|
||||
ports: atmega168 bdk-atxx4-mstp at91sam7s stm32f10x
|
||||
@echo "Built the ARM7 and AVR ports"
|
||||
|
||||
atmega168: ports/atmega168/Makefile
|
||||
$(MAKE) -s -C ports/atmega168 clean all
|
||||
|
||||
at91sam7s: ports/at91sam7s/makefile
|
||||
at91sam7s: ports/at91sam7s/Makefile
|
||||
$(MAKE) -s -C ports/at91sam7s clean all
|
||||
|
||||
stm32f10x: ports/stm32f10x/Makefile
|
||||
$(MAKE) -s -C ports/stm32f10x clean all
|
||||
|
||||
mstpsnap: ports/linux/mstpsnap.mak
|
||||
$(MAKE) -s -C ports/linux -f mstpsnap.mak clean all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user