URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [parisc/] [tools/] [Makefile] - Rev 1765
Compare with Previous | Blame | View Log
# Makefile for MIPS kernel build tools.## Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)# Copyright (C) 1997 Ralf Baechle (ralf@gnu.ai.mit.edu)## $Id: Makefile,v 1.1.1.1 2004-04-15 01:35:25 phoenix Exp $#TARGET := $(TOPDIR)/include/asm-$(ARCH)/offset.h.S.s:$(CPP) $(CFLAGS) $< -o $*.s.S.o:$(CC) $(CFLAGS) -c $< -o $*.oall: $(TARGET)$(TARGET): offset.hcmp -s $^ $@ || (cp $^ $(TARGET).new && mv $(TARGET).new $(TARGET))offset.h: offset.ssed -n '/^@@@/s///p' $^ >$@offset.s: offset.cinclude $(TOPDIR)/Rules.make
