Moved ports back into root Makefile.
This commit is contained in:
@@ -51,6 +51,21 @@ library:
|
|||||||
demos:
|
demos:
|
||||||
$(MAKE) -C demo all
|
$(MAKE) -C demo all
|
||||||
|
|
||||||
|
# Add "ports" to the build, if desired
|
||||||
|
ports: atmega168 bdk-atxx4-mstp at91sam7s
|
||||||
|
@echo "Built the ARM7 and AVR ports"
|
||||||
|
|
||||||
|
atmega168: ports/atmega168/Makefile
|
||||||
|
$(MAKE) -C ports/atmega168 clean all
|
||||||
|
|
||||||
|
at91sam7s: ports/at91sam7s/makefile
|
||||||
|
$(MAKE) -C ports/at91sam7s clean all
|
||||||
|
|
||||||
|
bdk-atxx4-mstp: ports/bdk-atxx4-mstp/Makefile
|
||||||
|
$(MAKE) -C ports/bdk-atxx4-mstp clean all
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C lib clean
|
$(MAKE) -C lib clean
|
||||||
$(MAKE) -C demo clean
|
$(MAKE) -C demo clean
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -54,16 +54,3 @@ clean :
|
|||||||
$(MAKE) -C $$dir clean; \
|
$(MAKE) -C $$dir clean; \
|
||||||
done
|
done
|
||||||
|
|
||||||
# Add "ports" to the build, if desired
|
|
||||||
ports: atmega168 bdk-atxx4-mstp at91sam7s
|
|
||||||
@echo "Built the ports"
|
|
||||||
|
|
||||||
atmega168: ports/atmega168/Makefile
|
|
||||||
make -C ports/atmega168 clean all
|
|
||||||
|
|
||||||
at91sam7s: ports/at91sam7s/makefile
|
|
||||||
make -C ports/at91sam7s clean all
|
|
||||||
|
|
||||||
bdk-atxx4-mstp: ports/bdk-atxx4-mstp/Makefile
|
|
||||||
make -C ports/bdk-atxx4-mstp clean all
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user