diff options
Diffstat (limited to 'src/soc/intel/braswell/Makefile.inc')
-rw-r--r-- | src/soc/intel/braswell/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/braswell/Makefile.inc b/src/soc/intel/braswell/Makefile.inc index 88d024243b..8147b72cb3 100644 --- a/src/soc/intel/braswell/Makefile.inc +++ b/src/soc/intel/braswell/Makefile.inc @@ -12,6 +12,7 @@ romstage-y += gpio_support.c romstage-y += iosf.c romstage-y += lpc_init.c romstage-y += memmap.c +romstage-y += pmutil.c romstage-y += tsc_freq.c ramstage-y += acpi.c |