
.o files containing unused functions are still linked in (unlike a .a file) Saves a bit of space by culling unused .c references. (Required .o members determined by looking at the mapfile generated by adding LDFLAGS+=-Wl,-Map,mapfile in dhcp/client/Makefile.)