1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/bootloaders/riotboot_serial/Makefile

11 lines
238 B
Makefile
Raw Normal View History

# Default RIOT bootloader
APPLICATION = riotboot_serial
# Include riotboot flash partition functionality
# USEMODULE += riotboot_slot
# Include serial bootloader functionality
USEMODULE += riotboot_serial
include ../riotboot_common.mk