diff options
Diffstat (limited to 'drivers/video/console/Makefile')
-rw-r--r-- | drivers/video/console/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/video/console/Makefile b/drivers/video/console/Makefile index b562f6bb9d31..42c7b8dcd220 100644 --- a/drivers/video/console/Makefile +++ b/drivers/video/console/Makefile | |||
@@ -33,6 +33,10 @@ endif | |||
33 | 33 | ||
34 | obj-$(CONFIG_FB_STI) += sticore.o font.o | 34 | obj-$(CONFIG_FB_STI) += sticore.o font.o |
35 | 35 | ||
36 | ifeq ($(CONFIG_USB_SISUSBVGA_CON),y) | ||
37 | obj-$(CONFIG_USB_SISUSBVGA) += font.o | ||
38 | endif | ||
39 | |||
36 | # Targets that kbuild needs to know about | 40 | # Targets that kbuild needs to know about |
37 | targets := promcon_tbl.c | 41 | targets := promcon_tbl.c |
38 | 42 | ||