Makefile 233 B

123456789101112
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # h2200 Support
  4. #
  5. # Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com>
  6. obj-y := h2200.o
  7. extra-y := h2200-header.bin
  8. $(obj)/h2200-header.bin: $(obj)/h2200-header.o
  9. $(OBJCOPY) -O binary $< $@