]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
Remove checkIp.h header file from OS package
authorFrank Livingston <frank-livingston@ti.com>
Wed, 7 Dec 2016 15:01:54 +0000 (09:01 -0600)
committerFrank Livingston <frank-livingston@ti.com>
Wed, 7 Dec 2016 15:01:54 +0000 (09:01 -0600)
scripts/build_os_pkg.bat

index c9c0d41948d43e8383d6b4a0a1e85e745a6b4a93..f4bf083e4a43bc39b21b74bab87c575652f1f72b 100644 (file)
@@ -67,9 +67,8 @@ if NOT exist %OS_PKG_DEST_DIR%\nul ( mkdir %OS_PKG_DEST_DIR% )
 @echo call git clean -fdx -e Temp
 @call git clean -fdx -e Temp
 
-:: Delete FD package (&other) source files from PAF
+:: Delete FD package from PAF
 @pushd pasdk\paf
-@if exist pa\dec\dsd2\nul   ( rmdir /S /Q pa\dec\dsd2 )
 @if exist pa\asp\del3\nul   ( rmdir /S /Q pa\asp\del3 )
 @if exist pa\asp\dem\nul    ( rmdir /S /Q pa\asp\dem )
 @if exist pa\asp\dm\nul     ( rmdir /S /Q pa\asp\dm )
@@ -89,6 +88,10 @@ if NOT exist %OS_PKG_DEST_DIR%\nul ( mkdir %OS_PKG_DEST_DIR% )
     @move /Y bmerr.h pa\asp\bm2\include 
 )
 
+:: Delete other source files from PAF
+@del /F /Q pa\util\da10x_misc\checkIp.h
+@if exist pa\dec\dsd2\nul   ( rmdir /S /Q pa\dec\dsd2 )
+
 @popd
 
 :: Delete git files