diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-12-18 11:04:54 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-03 16:42:31 -0800 |
commit | 293c0db0dd2a7f1a8074645faa9d3a0294623002 (patch) | |
tree | d1402828c10a732b599243a94c785209bbe952a3 /drivers/staging/Makefile | |
parent | bad9f950c011c50e8302b48244229c0250add9b4 (diff) | |
download | lwn-293c0db0dd2a7f1a8074645faa9d3a0294623002.tar.gz lwn-293c0db0dd2a7f1a8074645faa9d3a0294623002.zip |
Staging: dt3155: add it to the build
Now it will build with the rest of the kernel
Cc: Scott Smedley <ss@aao.gov.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r-- | drivers/staging/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index b5e67b889f60..9d47d42e73ce 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -53,3 +53,4 @@ obj-$(CONFIG_WAVELAN) += wavelan/ obj-$(CONFIG_PCMCIA_WAVELAN) += wavelan/ obj-$(CONFIG_PCMCIA_NETWAVE) += netwave/ obj-$(CONFIG_FB_SM7XX) += sm7xx/ +obj-$(CONFIG_DT3155) += dt3155/ |