]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - config.mk
mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code
[people/ms/u-boot.git] / config.mk
index b1254e9042b01d678b2f475aa13b362604de50e8..8d47a8ea58c58422f593791b485c8dc75a026aac 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -206,23 +206,11 @@ export    TEXT_BASE PLATFORM_CPPFLAGS PLATFORM_RELFLAGS CPPFLAGS CFLAGS AFLAGS
 
 #########################################################################
 
-ifndef REMOTE_BUILD
-
-%.s:   %.S
-       $(CPP) $(AFLAGS) -o $@ $<
-%.o:   %.S
-       $(CC) $(AFLAGS) -c -o $@ $<
-%.o:   %.c
-       $(CC) $(CFLAGS) -c -o $@ $<
-
-else
-
 $(obj)%.s:     %.S
        $(CPP) $(AFLAGS) -o $@ $<
 $(obj)%.o:     %.S
        $(CC) $(AFLAGS) -c -o $@ $<
 $(obj)%.o:     %.c
        $(CC) $(CFLAGS) -c -o $@ $<
-endif
 
 #########################################################################