URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [ppc/] [boot/] [Makefile] - Rev 1765
Compare with Previous | Blame | View Log
## arch/ppc/boot/Makefile## This file is subject to the terms and conditions of the GNU General Public# License. See the file "COPYING" in the main directory of this archive# for more details.## Copyright (C) 1994 by Linus Torvalds# Adapted for PowerPC by Gary Thomas#.c.s:$(CC) $(CFLAGS) -S -o $*.s $<.s.o:$(AS) -o $*.o $<.c.o:$(CC) $(CFLAGS) -c -o $*.o $<.S.s:$(CC) -D__ASSEMBLY__ -traditional -E -o $*.o $<.S.o:$(CC) -D__ASSEMBLY__ -traditional -c -o $*.o $<OBJECTS = head.o main.oall: linux.boot mkbootlinux.boot: $(TOPDIR)/vmlinux mkbootrsh charon /bin/rm -f /usr/tftpboot/vmlinux/bin/rm -f /usr/tftpboot/vmlinux./mkboot $(TOPDIR)/vmlinux /usr/tftpboot/vmlinuxrcp /usr/tftpboot/vmlinux charon:/usr/tftpboot/vmlinuxsynctImage: mk_type41 $(TOPDIR)/vmlinux mkboot./mkboot $(TOPDIR)/vmlinux vmlinuxmk_type41 vmlinux tImagerm vmlinuxmkboot : cortstrip.c$(HOSTCC) -o mkboot cortstrip.cmk_type41: mk_type41.cgcc -o mk_type41 mk_type41.cclean:rsh charon /bin/rm -f /usr/tftpboot/vmlinux/bin/rm -f /usr/tftpboot/vmlinuxdep:
