You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
229 B

  1. ifeq ($(LFK_REV), A)
  2. MCU = at90usb1286
  3. else
  4. MCU = at90usb646
  5. endif
  6. ifeq ($(strip $(ISSI_ENABLE)), yes)
  7. OPT_DEFS += -DISSI_ENABLE
  8. endif
  9. ifeq ($(strip $(WATCHDOG_ENABLE)), yes)
  10. OPT_DEFS += -DWATCHDOG_ENABLE
  11. endif