diff options
Diffstat (limited to 'board/siemens/rut/Makefile')
-rw-r--r-- | board/siemens/rut/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/siemens/rut/Makefile b/board/siemens/rut/Makefile index 1d0cb82bcb6..aae536472c5 100644 --- a/board/siemens/rut/Makefile +++ b/board/siemens/rut/Makefile @@ -14,6 +14,7 @@ obj-y := mux.o endif obj-y += board.o +obj-y += ../common/board_am335x.o obj-y += ../common/eeprom.o ifndef CONFIG_SPL_BUILD obj-y += ../common/factoryset.o |