3 # Copyright (C) Dean Camera, 2011.
5 # dean [at] fourwalledcubicle [dot] com
9 # Makefile for the module build test. This test
10 # attempts to build as many modules as possible
11 # under all supported architectures, and include
12 # all module headers in a simple C and C++
16 $(MAKE) -f makefile.avr8 clean
17 $(MAKE) -f makefile.avr8
19 $(MAKE) -f makefile.xmega clean
20 $(MAKE) -f makefile.xmega
22 $(MAKE) -f makefile.uc3 clean
23 $(MAKE) -f makefile.uc3
26 $(MAKE) -f makefile.avr8 clean
27 $(MAKE) -f makefile.xmega clean
28 $(MAKE) -f makefile.uc3 clean