diff options
Diffstat (limited to 'arch/x86/video/Makefile')
-rw-r--r-- | arch/x86/video/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/video/Makefile b/arch/x86/video/Makefile index 5ebe48752f..dcfbe7a591 100644 --- a/arch/x86/video/Makefile +++ b/arch/x86/video/Makefile @@ -1,2 +1,3 @@ # SPDX-License-Identifier: GPL-2.0-only -obj-$(CONFIG_FB_CORE) += fbdev.o + +obj-y += video-common.o |