diff --git a/Makefile-common b/Makefile-common index 28fb1f5..da98adc 100644 --- a/Makefile-common +++ b/Makefile-common @@ -126,6 +126,9 @@ regressiontests: # Generic Teensy2 configuration, which uses USB_SERIAL. $(MAKE) -f Makefile-AVR USER_CONFIG=testcases/config.regtest-teensy2.h \ MCU=atmega32u4 F_CPU=16000000UL EXTRA_CFLAGS=-Werror all + # The configuration used for performance measurements. + $(MAKE) -f Makefile-AVR USER_CONFIG=testcases/config.h.Profiling \ + MCU=atmega644 F_CPU=20000000UL EXTRA_CFLAGS=-Werror all # Don't forget the hostside simulator. $(MAKE) -f Makefile-SIM USER_CONFIG=testcases/config.regtest-gen7.h \ EXTRA_CFLAGS=-Werror all