]> rtime.felk.cvut.cz Git - frescor/fna.git/commitdiff
no librtep
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Sun, 18 Jan 2009 20:17:33 +0000 (20:17 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Sun, 18 Jan 2009 20:17:33 +0000 (20:17 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1480 35b4ef3e-fd22-0410-ab77-dab3279adceb

src_rtep/Makefile

index 391cd5df9a872431e0287a5eb2838e73e3f89b39..f4a3de06c35263491fbc519755922b631337abd1 100644 (file)
@@ -16,7 +16,6 @@ objs: $(OBJS)
 
 librtepfna.a: objs
        @exec echo -e "\n>> Building RTEP FNA:";
-       @make -C $(PLATFORM_PATH)/arch/drivers/rt-ep librtep
        ld -r -o librtepfna.o *.o
        @mv librtepfna.o $(FNA_PATH)/lib
        @exec echo ">> end Building RTEP FNA  [OK]"