diff options
Diffstat (limited to 'drivers/gpu/Makefile')
-rw-r--r-- | drivers/gpu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile index ca2d3b3..9a10381 100644 --- a/drivers/gpu/Makefile +++ b/drivers/gpu/Makefile @@ -1 +1,3 @@ obj-y += drm/ vga/ stub/ ion/ + +obj-$(CONFIG_PVR_SGX) += pvr/ |