[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-103-g33302c7
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2010-01-13 17:33:56
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 33302c7045f183e6849cfe8037952b3b75ec6958 (commit)
from 18911d13841d3e6112966ed8c211bc120fb395d2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 33302c7045f183e6849cfe8037952b3b75ec6958
Author: Fabien Marteau <fab...@ar...>
Date: Wed Jan 13 17:41:33 2010 +0100
[LINUX] fix Makefile include error
-----------------------------------------------------------------------
Summary of changes:
target/linux/modules/Kconfig | 2 --
target/linux/modules/Makefile | 2 +-
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/target/linux/modules/Kconfig b/target/linux/modules/Kconfig
index 5b72c11..6262ced 100644
--- a/target/linux/modules/Kconfig
+++ b/target/linux/modules/Kconfig
@@ -35,8 +35,6 @@ source "drivers/armadeus/pwm/Kconfig"
source "drivers/armadeus/backlight/Kconfig"
-source "drivers/armadeus/display/Kconfig"
-
comment "Communication bus related"
depends on ARMADEUS_DRIVERS
diff --git a/target/linux/modules/Makefile b/target/linux/modules/Makefile
index c548550..d124d3d 100755
--- a/target/linux/modules/Makefile
+++ b/target/linux/modules/Makefile
@@ -9,7 +9,7 @@ ifneq ($(KERNELRELEASE),)
# Part executed when called from kernel build system:
obj-$(CONFIG_ARMADEUS_DRIVERS) += gpio/ pwm/ backlight/ isp1761/ \
- imxlkeypad/ fpga/ max1027/ max9768/ display/
+ imxlkeypad/ fpga/ max1027/ max9768/
else
hooks/post-receive
--
armadeus
|