diff options
author | Richard Kuo <rkuo@codeaurora.org> | 2013-12-06 16:45:25 -0600 |
---|---|---|
committer | Richard Kuo <rkuo@codeaurora.org> | 2014-04-04 18:20:01 -0500 |
commit | 17ca896dae8272a3dadf6343dca9daa5c2e6ebb5 (patch) | |
tree | 8395747ba54444bb57f8d8e58858df241799268c /arch/hexagon/kernel/Makefile | |
parent | 0d82674b811084110bd80dd260d477a5a0b85d79 (diff) |
Hexagon: add screen_info for VGA_CONSOLE
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch/hexagon/kernel/Makefile')
-rw-r--r-- | arch/hexagon/kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/hexagon/kernel/Makefile b/arch/hexagon/kernel/Makefile index 29fc933a7722..009228b8611c 100644 --- a/arch/hexagon/kernel/Makefile +++ b/arch/hexagon/kernel/Makefile @@ -15,3 +15,5 @@ obj-y += vm_vectors.o obj-$(CONFIG_HAS_DMA) += dma.o obj-$(CONFIG_STACKTRACE) += stacktrace.o + +obj-$(CONFIG_VGA_CONSOLE) += screen_info.o |