diff options
Diffstat (limited to 'src/mainboard/system76/bonw14/Makefile.mk')
-rw-r--r-- | src/mainboard/system76/bonw14/Makefile.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/system76/bonw14/Makefile.mk b/src/mainboard/system76/bonw14/Makefile.mk new file mode 100644 index 0000000000..2efcac5f42 --- /dev/null +++ b/src/mainboard/system76/bonw14/Makefile.mk @@ -0,0 +1,12 @@ +## SPDX-License-Identifier: GPL-2.0-only + +CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/include + +bootblock-y += bootblock.c +bootblock-y += gpio_early.c + +romstage-y += romstage.c + +ramstage-y += ramstage.c +ramstage-y += gpio.c +ramstage-y += hda_verb.c |