diff options
Diffstat (limited to 'src/mainboard/google/rush/Makefile.inc')
-rw-r--r-- | src/mainboard/google/rush/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/rush/Makefile.inc b/src/mainboard/google/rush/Makefile.inc index a0bd819442..4c6273f99f 100644 --- a/src/mainboard/google/rush/Makefile.inc +++ b/src/mainboard/google/rush/Makefile.inc @@ -27,6 +27,12 @@ $(obj)/generated/bct.cfg: subdirs-y += bct +bootblock-y += boardid.c +bootblock-y += bootblock.c +bootblock-y += pmic.c +bootblock-y += reset.c + romstage-y += romstage.c +romstage-y += reset.c ramstage-y += mainboard.c
\ No newline at end of file |