diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-07-14 13:57:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-14 13:57:06 +0000 |
commit | b4fb1a340df59e0db01de9b022ca4697b3d35972 (patch) | |
tree | 787b02605bc4e0bb7b2406daa3191b9fd7660526 /packages/linux/linux-jlime-jornada7xx-2.6.17/Makefile-Video-Jornada720.patch | |
parent | 87fce2574a38e51cae0552f07371671ed1bc11df (diff) |
Moving linux-jlime-${ARCH}-* -> linux-jlime-${machine}-*:
* Changing from arch->machine due to the addition of 56x support. This
requires different kernel but since both 72x and 56x are arm we need to
use MACHINE to define instead.
conf/local.conf : Changing ARCH -> MACHINE.
Diffstat (limited to 'packages/linux/linux-jlime-jornada7xx-2.6.17/Makefile-Video-Jornada720.patch')
-rw-r--r-- | packages/linux/linux-jlime-jornada7xx-2.6.17/Makefile-Video-Jornada720.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/linux/linux-jlime-jornada7xx-2.6.17/Makefile-Video-Jornada720.patch b/packages/linux/linux-jlime-jornada7xx-2.6.17/Makefile-Video-Jornada720.patch new file mode 100644 index 0000000000..147604a1b3 --- /dev/null +++ b/packages/linux/linux-jlime-jornada7xx-2.6.17/Makefile-Video-Jornada720.patch @@ -0,0 +1,10 @@ +--- linux-2.6.17-vanilla/drivers/video/Makefile 2006-06-18 01:49:35.000000000 +0000 ++++ linux-2.6.17/drivers/video/Makefile 2006-07-10 17:06:11.000000000 +0000 +@@ -75,6 +75,7 @@ + obj-$(CONFIG_FB_SUN3) += sun3fb.o + obj-$(CONFIG_FB_HIT) += hitfb.o + obj-$(CONFIG_FB_EPSON1355) += epson1355fb.o ++obj-$(CONFIG_FB_EPSON1356) += epson1356fb.o + obj-$(CONFIG_FB_PVR2) += pvr2fb.o + obj-$(CONFIG_FB_VOODOO1) += sstfb.o + obj-$(CONFIG_FB_ARMCLCD) += amba-clcd.o |