summaryrefslogtreecommitdiff
path: root/src/drivers/xpowers/axp209/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/xpowers/axp209/Makefile.inc')
-rw-r--r--src/drivers/xpowers/axp209/Makefile.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/drivers/xpowers/axp209/Makefile.inc b/src/drivers/xpowers/axp209/Makefile.inc
deleted file mode 100644
index e08a8e21a6..0000000000
--- a/src/drivers/xpowers/axp209/Makefile.inc
+++ /dev/null
@@ -1,7 +0,0 @@
-ifeq ($(CONFIG_DRIVER_XPOWERS_AXP209),y)
-
-bootblock-$(CONFIG_DRIVER_XPOWERS_AXP209_BOOTBLOCK) += axp209.c
-romstage-y += axp209.c
-ramstage-y += axp209.c
-
-endif