diff options
author | Richard Kuo <rkuo@codeaurora.org> | 2013-12-06 23:45:25 +0100 |
---|---|---|
committer | Richard Kuo <rkuo@codeaurora.org> | 2014-04-05 01:20:01 +0200 |
commit | 17ca896dae8272a3dadf6343dca9daa5c2e6ebb5 (patch) | |
tree | 8395747ba54444bb57f8d8e58858df241799268c /arch/hexagon/kernel/Makefile | |
parent | hexagon: correct type on pgd copy (diff) | |
download | linux-17ca896dae8272a3dadf6343dca9daa5c2e6ebb5.tar.xz linux-17ca896dae8272a3dadf6343dca9daa5c2e6ebb5.zip |
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 |