summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/p2b/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/p2b/Makefile.mk')
-rw-r--r--src/mainboard/asus/p2b/Makefile.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/asus/p2b/Makefile.mk b/src/mainboard/asus/p2b/Makefile.mk
new file mode 100644
index 0000000000..6e1fb3fef1
--- /dev/null
+++ b/src/mainboard/asus/p2b/Makefile.mk
@@ -0,0 +1,7 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+bootblock-y += bootblock.c
+romstage-$(CONFIG_BOARD_ASUS_P3B_F) += variants/$(VARIANT_DIR)/romstage.c
+
+ramstage-$(CONFIG_GENERATE_PIRQ_TABLE) += variants/$(VARIANT_DIR)/irq_tables.c
+ramstage-$(CONFIG_GENERATE_MP_TABLE) += variants/$(VARIANT_DIR)/mptable.c