summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2011-03-14 11:17:25 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2011-03-14 11:17:25 (GMT)
commit6dcf0627548ed55ae7819bf1bab446ee87ffc8bc (patch)
tree033e7fad878957ccc1818157be0ed44caec74cf3
parent55c7dbdfc8e7fb6e2cbd11f80a8915a95ab71e72 (diff)
downloadopenipcam-6dcf0627548ed55ae7819bf1bab446ee87ffc8bc.zip
openipcam-6dcf0627548ed55ae7819bf1bab446ee87ffc8bc.tar.gz
openipcam-6dcf0627548ed55ae7819bf1bab446ee87ffc8bc.tar.bz2
Forgot makefile
-rw-r--r--uClinux-2.4.20-uc1/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/uClinux-2.4.20-uc1/Makefile b/uClinux-2.4.20-uc1/Makefile
index 7cb5e3e..a91c787 100644
--- a/uClinux-2.4.20-uc1/Makefile
+++ b/uClinux-2.4.20-uc1/Makefile
@@ -173,7 +173,9 @@ DRIVERS-y += drivers/char/char.o \
drivers/block/block.o \
drivers/misc/misc.o \
drivers/net/net.o \
- drivers/media/media.o
+ drivers/media/media.o \
+ drivers/gpio/gpio.o
+
DRIVERS-$(CONFIG_AGP) += drivers/char/agp/agp.o
DRIVERS-$(CONFIG_DRM_NEW) += drivers/char/drm/drm.o
DRIVERS-$(CONFIG_DRM_OLD) += drivers/char/drm-4.0/drm.o