diff options
Diffstat (limited to 'src/southbridge/via/k8t890')
-rw-r--r-- | src/southbridge/via/k8t890/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/southbridge/via/k8t890/Makefile.inc b/src/southbridge/via/k8t890/Makefile.inc index 0eff25e751..a04a6ce801 100644 --- a/src/southbridge/via/k8t890/Makefile.inc +++ b/src/southbridge/via/k8t890/Makefile.inc @@ -7,3 +7,6 @@ driver-y += k8t890_pcie.o driver-y += k8t890_traf_ctrl.o driver-y += k8t890_error.o driver-y += k8m890_chrome.o + +chipset_bootblock_inc += $(src)/southbridge/via/k8t890/romstrap.inc +chipset_bootblock_lds += $(src)/southbridge/via/k8t890/romstrap.lds |