mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
1500389c2f
We have a generic rule to generate .o file from *.S in $(TOPDIR)/config.mk. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
14 lines
235 B
Makefile
14 lines
235 B
Makefile
#
|
|
# h2200 Support
|
|
#
|
|
# Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := h2200.o
|
|
|
|
extra-y := h2200-header.bin
|
|
|
|
$(obj)h2200-header.bin: $(obj)h2200-header.o
|
|
$(OBJCOPY) -O binary $< $@
|