summaryrefslogtreecommitdiff
path: root/arch/xtensa/platforms/xtfpga/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa/platforms/xtfpga/Makefile')
-rw-r--r--arch/xtensa/platforms/xtfpga/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/xtensa/platforms/xtfpga/Makefile b/arch/xtensa/platforms/xtfpga/Makefile
index b9ae206340cd..0600371b2601 100644
--- a/arch/xtensa/platforms/xtfpga/Makefile
+++ b/arch/xtensa/platforms/xtfpga/Makefile
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
# Makefile for the Tensilica xtavnet Emulation Board
#
# Note! Dependencies are done automagically by 'make dep', which also
@@ -6,4 +7,5 @@
#
# Note 2! The CFLAGS definitions are in the main makefile...
-obj-y = setup.o lcd.o
+obj-y += setup.o
+obj-$(CONFIG_XTFPGA_LCD) += lcd.o