X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d887c0c73cbfc16a1e51207041fd94399de70c29..000c4c6c5ccc2c136f25fc4bcede6de093b301c6:/BuildTests/BoardDriverTest/makefile.test 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