]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/h2200/Makefile
buildman: Permit branch names with an embedded '/'
[karo-tx-uboot.git] / board / h2200 / Makefile
index b654a96e0b73f49ba7ec22f29fb8e57dd4784de6..e516e916b41f69121176c972ed16f28b537cce2f 100644 (file)
@@ -10,8 +10,5 @@ obj-y := h2200.o
 
 extra-y := h2200-header.bin
 
-$(obj)h2200-header.o: h2200-header.S
-       $(CC) $(CFLAGS) -c -o $@ $<
-
-$(obj)h2200-header.bin: $(obj)h2200-header.o
+$(obj)/h2200-header.bin: $(obj)/h2200-header.o
        $(OBJCOPY) -O binary $< $@