make clean target with excluding specific directory

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

make clean target with excluding specific directory

289 Views
Kevin_K
Contributor I

Hello,

I am using S32K324 and doing project in automotive world.

face a issue when I performed make clean.

I'd like to know how I can excluding specific directory and serveral files when I do the clean.

S32DS tool removes makefile automatically when I do the clean so that It's useless if I can modify directly to the makefile.

 

 

0 Kudos
Reply
1 Reply

249 Views
jiri_kral
NXP Employee
NXP Employee

Hi Kevin, 

unfortunately this is not possible. Makefile is auto generated with each build. 

0 Kudos
Reply