osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libusrp/+/14750


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

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
---
M firmware/src/usrp2/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libusrp refs/changes/50/14750/1

diff --git a/firmware/src/usrp2/Makefile.am b/firmware/src/usrp2/Makefile.am
index 6d44320..52492dc 100644
--- a/firmware/src/usrp2/Makefile.am
+++ b/firmware/src/usrp2/Makefile.am
@@ -146,7 +146,7 @@
        $(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

--
To view, visit https://gerrit.osmocom.org/c/libusrp/+/14750
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libusrp
Gerrit-Branch: master
Gerrit-Change-Id: I5f1b1f5ad72112ba7212800da7f85846bb6e7187
Gerrit-Change-Number: 14750
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-MessageType: newchange

Reply via email to