]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/cray/L1/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-spi
[karo-tx-uboot.git] / board / cray / L1 / Makefile
1 #
2 # (C) Copyright 2000-2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 obj-y   = L1.o flash.o
9 obj-y   += init.o
10 obj-y   += bootscript.o
11
12 $(obj)/bootscript.c: $(obj)/bootscript.image
13         od -t x1 -v -A x $^ | awk -f $(srctree)/$(src)/x2c.awk > $@
14
15 $(obj)/bootscript.image: $(src)/bootscript.hush
16         -$(OBJTREE)/tools/mkimage -A ppc -O linux -T script -C none -a 0 -e 0 -n bootscript -d $< $@
17
18 clean-files := bootscript.c bootscript.image