HomeSort by: relevance | last modified time | path
    Searched defs:aica_armcode (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/dreamcast/dev/microcode/
aica_armcode.h 1 /* $NetBSD: aica_armcode.h,v 1.5 2022/09/25 21:19:20 ryo Exp $ */
2 static uint32_t aica_armcode[] = { variable in typeref:typename:uint32_t[]
Makefile 15 all: aica_armcode.h
17 aica_armcode.h: aica_armcode.elf
18 ${OBJCOPY} -O binary aica_armcode.elf aica_armcode.bin
20 echo 'static uint32_t aica_armcode[] = {' >> ${.TARGET}.tmp
22 aica_armcode.bin >> ${.TARGET}.tmp
26 aica_armcode.elf: aica_arm_locore.o aica_arm.o
28 -o aica_armcode.elf aica_arm_locore.o aica_arm.o
31 # rm -f aica_armcode.
    [all...]

Completed in 14 milliseconds