Fix make clean for asm offset files
authorTero Rintaluoma <teror@google.com>
Fri, 10 Jun 2011 11:05:53 +0000 (14:05 +0300)
committerTero Rintaluoma <teror@google.com>
Fri, 10 Jun 2011 11:05:53 +0000 (14:05 +0300)
commit66533b1a8d694a5d9b482352ebcaf0b189da186e
tree217a215605dd81f43efec4b02c523ea7b08ac438
parentf3ba4c6b825a86158fa07c6e64bb6d70f7b235d3
Fix make clean for asm offset files

Automatically created assembly offset files added to CLEAN-OBJS list
for proper cleanup. This will fix following build error:
1) Build for the workstation
./conigure
make
make clean
2) Build for ARM platform
./configure --target=armv7-linux-gcc
make ==> this will fail because it uses old asm_*_offset.asm files

Change-Id: Id5275c470390ca81b8db086a15ad75af39b80703
libs.mk