diff options
Diffstat (limited to 'board/sunxi/Makefile')
-rw-r--r-- | board/sunxi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile index 559112ebbdb..18b1e117335 100644 --- a/board/sunxi/Makefile +++ b/board/sunxi/Makefile @@ -9,3 +9,4 @@ # SPDX-License-Identifier: GPL-2.0+ # obj-y += board.o +obj-$(CONFIG_CUBIETRUCK) += dram_cubietruck.o |