diff options
Diffstat (limited to 'users/twschum/rules.mk')
-rw-r--r-- | users/twschum/rules.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/twschum/rules.mk b/users/twschum/rules.mk new file mode 100644 index 000000000..9878e6f69 --- /dev/null +++ b/users/twschum/rules.mk @@ -0,0 +1,5 @@ +SRC += twschum.c +SRC += xtonhasvim.c +ifeq ($(strip $(FLASH_BOOTLOADER)), yes) + OPT_DEFS += -DFLASH_BOOTLOADER +endif |