The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ti-gfx / 0003-km_install_modules.patch
1 Patch to add modules_install target to the modules makefile.  This makes
2 installation a little easier.
3
4 Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
5 ----
6 Index: ti-gfx-4_09_00_01/GFX_Linux_KM/Makefile
7 ===================================================================
8 --- ti-gfx-4_09_00_01.orig/GFX_Linux_KM/Makefile        2013-03-07 11:00:11.000000000 -0600
9 +++ ti-gfx-4_09_00_01/GFX_Linux_KM/Makefile     2013-05-23 01:36:29.356676281 -0500
10 @@ -479,6 +479,9 @@
11  all:
12         $(MAKE) -C $(KERNELDIR) M=`pwd` $*
13  
14 +install:
15 +       $(MAKE) -C $(KERNELDIR) M=`pwd` modules_install
16 +
17  clean:
18         @find . -name "*.o" -exec rm -r {} \;
19         @find . -name "*.ko" -exec rm -r {} \;