X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/2b332d3231d54236e093dd6bfde5421ce26f7304..3f82cb8dc37d8e094e03b68fba285e796b7a289a:/BuildTests/BoardDriverTest/makefile.test?ds=sidebyside diff --git a/BuildTests/BoardDriverTest/makefile.test b/BuildTests/BoardDriverTest/makefile.test index 60e97397d..11d0372ef 100644 --- a/BuildTests/BoardDriverTest/makefile.test +++ b/BuildTests/BoardDriverTest/makefile.test @@ -9,11 +9,11 @@ # LUFA Project Makefile. # -------------------------------------- -MCU = at90usb1287 -ARCH = AVR8 -BOARD = NONE -F_CPU = 8000000 -F_USB = $(F_CPU) +MCU = +ARCH = +BOARD = +F_CPU = $(F_USB) +F_USB = 8000000 OPTIMIZATION = 1 TARGET = Test SRC = $(TARGET).c