1 Patch to add modules_install target to the modules makefile. This makes
2 installation a little easier.
4 Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
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
12 $(MAKE) -C $(KERNELDIR) M=`pwd` $*
15 + $(MAKE) -C $(KERNELDIR) M=`pwd` modules_install
18 @find . -name "*.o" -exec rm -r {} \;
19 @find . -name "*.ko" -exec rm -r {} \;