diff options
Diffstat (limited to 'src/mainboard/bostentech/gbyt4/Makefile.mk')
-rw-r--r-- | src/mainboard/bostentech/gbyt4/Makefile.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/bostentech/gbyt4/Makefile.mk b/src/mainboard/bostentech/gbyt4/Makefile.mk new file mode 100644 index 0000000000..11a2a4a506 --- /dev/null +++ b/src/mainboard/bostentech/gbyt4/Makefile.mk @@ -0,0 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + +ramstage-y += irqroute.c gpio.c +bootblock-y += early_init.c +romstage-y += early_init.c |