blob: e08a8e21a6bb90cb4dd8a7514b89a805456e4a62 [file] [log] [blame]
Stefan Reinauer5c4ddeb2016-03-11 20:17:55 -08001ifeq ($(CONFIG_DRIVER_XPOWERS_AXP209),y)
2
3bootblock-$(CONFIG_DRIVER_XPOWERS_AXP209_BOOTBLOCK) += axp209.c
4romstage-y += axp209.c
5ramstage-y += axp209.c
6
7endif