summaryrefslogtreecommitdiff
path: root/board/delbin/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/delbin/build.mk')
-rw-r--r--board/delbin/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/delbin/build.mk b/board/delbin/build.mk
index 66ad809f59..26007095af 100644
--- a/board/delbin/build.mk
+++ b/board/delbin/build.mk
@@ -1,5 +1,5 @@
# -*- makefile -*-
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
@@ -16,3 +16,4 @@ board-y=board.o
board-y+=battery.o
board-y+=led.o
board-y+=sensors.o
+board-$(CONFIG_KEYBOARD_CUSTOMIZATION)+=keyboard_customization.o