[Armadeus-commitlog] SF.net SVN: armadeus:[870] trunk/Makefile
Brought to you by:
sszy
|
From: <Fa...@us...> - 2008-08-08 13:29:43
|
Revision: 870
http://armadeus.svn.sourceforge.net/armadeus/?rev=870&view=rev
Author: FabM
Date: 2008-08-08 13:29:53 +0000 (Fri, 08 Aug 2008)
Log Message:
-----------
[drivers][POD] POD integration
Modified Paths:
--------------
trunk/Makefile
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2008-08-08 13:29:18 UTC (rev 869)
+++ trunk/Makefile 2008-08-08 13:29:53 UTC (rev 870)
@@ -116,6 +116,10 @@
linux-menuconfig:
+ @if [ ! -e "target/linux/modules/fpga/POD/.pod" ] ; then\
+ target/linux/modules/fpga/podscript.sh ; \
+ fi;
+
@if [ -e "$(LINUX_DIR)/.unpacked" ] ; then \
$(MAKE) -C $(LINUX_DIR) menuconfig ; \
fi;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|