Home | History | Annotate | Download | only in h2200
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # h2200 Support
      4 #
      5 # Copyright (C) 2012 Lukasz Dalek <luk0104 (at] gmail.com>
      6 
      7 obj-y	:= h2200.o
      8 
      9 extra-y := h2200-header.bin
     10 
     11 $(obj)/h2200-header.bin: $(obj)/h2200-header.o
     12 	$(OBJCOPY) -O binary $< $@
     13