Index: /src/router/ipeth/ipheth-pair/Makefile
===================================================================
--- /src/router/ipeth/ipheth-pair/Makefile	(revision 19135)
+++ /src/router/ipeth/ipheth-pair/Makefile	(revision 19136)
@@ -7,4 +7,5 @@
 
 ipheth-loop: ipheth-loop.o
+	$(CC) -o ipheth-loop  -fdata-sections -Wl,--gc-sections ipheth-loop.o
 
 install:
@@ -14,3 +15,3 @@
 
 clean:
-	rm -f *.o ipheth-pair
+	rm -f *.o ipheth-pair ipheth-loop
