diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-02-20 07:27:25 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-02-20 07:27:25 -0500 |
commit | 8f27489d1105c2386e6ed71c35e74e0e69603cbc (patch) | |
tree | 985a154a3045666776cb52142f880ec194dde764 /drivers/video/Makefile | |
parent | 40f5a0ce2501d62d8653cb1fbfeb80e2a7013933 (diff) |
backlight: Remove bogus SYSFS dependency
Remove a bogus SYSFS dependency from the backlight class
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r-- | drivers/video/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 6801edff36d9..1b79a6f13f0c 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile | |||
@@ -12,7 +12,7 @@ fb-objs := $(fb-y) | |||
12 | 12 | ||
13 | obj-$(CONFIG_VT) += console/ | 13 | obj-$(CONFIG_VT) += console/ |
14 | obj-$(CONFIG_LOGO) += logo/ | 14 | obj-$(CONFIG_LOGO) += logo/ |
15 | obj-$(CONFIG_SYSFS) += backlight/ | 15 | obj-y += backlight/ |
16 | 16 | ||
17 | obj-$(CONFIG_FB_CFB_FILLRECT) += cfbfillrect.o | 17 | obj-$(CONFIG_FB_CFB_FILLRECT) += cfbfillrect.o |
18 | obj-$(CONFIG_FB_CFB_COPYAREA) += cfbcopyarea.o | 18 | obj-$(CONFIG_FB_CFB_COPYAREA) += cfbcopyarea.o |