firmware/src/usrp2/Makefile.am: fix "distcheck"

Properly remove lk files to fix the following error during
"make distcheck".

ERROR: files left in build directory after distclean:
./firmware/src/usrp2/eeprom_boot.lk
./firmware/src/usrp2/std.lk

Change-Id: I5f1b1f5ad72112ba7212800da7f85846bb6e7187
This commit is contained in:
Oliver Smith 2019-07-10 15:27:09 +02:00
parent db7fbf8c11
commit 9aaee8c17b
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ std.ihx: $(USRP_OBJS) $(LIBDEP)
$(XCC) $(LINKOPTS) -o $@ $(USRP_OBJS)
CLEANFILES = \
*.ihx *.lnk *.lst *.map *.mem *.rel *.rst *.sym *.asm *.lib \
*.ihx *.lnk *.lst *.map *.mem *.rel *.rst *.sym *.asm *.lib *.lk \
usrp_gpif.c usrp_gpif_inline.h \
burn-usrp2-eeprom \
burn-usrp4-eeprom