]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - api_examples/Makefile
Coding Style cleanup; update CHANGELOG
[karo-tx-uboot.git] / api_examples / Makefile
index 5812bcd3370cfa3c85afbbc1716a87e33787d3c3..cb49a9ea7976c7cd9eebd0f09f0f9bcb5cab8085 100644 (file)
@@ -71,7 +71,7 @@ $(BIN):
 $(obj)%.bin:   $(obj)%
                $(OBJCOPY) -O binary $< $@ 2>/dev/null
 
-$(obj)crc32.c: 
+$(obj)crc32.c:
        @rm -f $(obj)crc32.c
        ln -s $(src)../lib_generic/crc32.c $(obj)crc32.c