summaryrefslogtreecommitdiffstats
path: root/kernel/arch/mips/loongson64/Kconfig
diff options
context:
space:
mode:
authorJiang, Yunhong <yunhong.jiang@intel.com>2016-10-14 05:26:39 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-14 05:26:39 +0000
commit15f48a2a1322a8dae448031ea2372d05dbf84731 (patch)
tree75377d6f10702e34abe19e38f18f6dadbe801570 /kernel/arch/mips/loongson64/Kconfig
parent71833ad15517efc8dabfbea4ba1dbf08e33c4a93 (diff)
parent596c056f98f1225a2fffd76cf30f6982b69ec0e4 (diff)
Merge "This patch contains scripts to publish the data to local Grafana Dashboard for daily Job"
Diffstat (limited to 'kernel/arch/mips/loongson64/Kconfig')
0 files changed, 0 insertions, 0 deletions
#dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# some rules to handle the quirks of the 'as31' assembler, like
# insisting upon fixed suffixes for the input and output files,
# and its lack of preprocessor support

all: keyspan_pda_fw.h

%.asm: %.S
	gcc -x assembler-with-cpp -P -E -o $@ $<

%.hex: %.asm
	as31 -l $<
	mv $*.obj $@

%_fw.h: %.hex ezusb_convert.pl
	perl ezusb_convert.pl $* < $< > $@