diff options
author | Alan Cox <alan@linux.intel.com> | 2011-03-30 09:59:57 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-04-05 11:27:44 -0700 |
commit | f4f7868bf9de98934ae026a87c66b67f1149e38c (patch) | |
tree | 0d19c45f89ae0548896da2952b4bfc71723aa5a0 | |
parent | d3fc13d8fb6b7d71313fe57c342ba313bad22fd4 (diff) |
staging: gma500: Makefiles
Build the new files now all the changes they need are present. They won't
yet be used but the plumbing is next step.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/gma500/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/staging/gma500/Makefile b/drivers/staging/gma500/Makefile index a52ba48be51..383a574a5d1 100644 --- a/drivers/staging/gma500/Makefile +++ b/drivers/staging/gma500/Makefile @@ -26,6 +26,8 @@ psb_gfx-y += psb_bl.o \ psb_ttm_fence_user.o \ psb_ttm_placement_user.o \ psb_powermgmt.o \ - psb_irq.o + psb_irq.o \ + mrst_crtc.o \ + mrst_lvds.o obj-$(CONFIG_DRM_PSB) += psb_gfx.o |