aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/xpowers/axp209/Makefile.inc
blob: e08a8e21a6bb90cb4dd8a7514b89a805456e4a62 (plain)
1
2
3
4
5
6
7
ifeq ($(CONFIG_DRIVER_XPOWERS_AXP209),y)

bootblock-$(CONFIG_DRIVER_XPOWERS_AXP209_BOOTBLOCK) += axp209.c
romstage-y += axp209.c
ramstage-y += axp209.c

endif