OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [mips64/] [lib/] [Makefile] - Rev 1765

Compare with Previous | Blame | View Log

#
# Makefile for MIPS-specific library files..
#

USE_STANDARD_AS_RULE := true

L_TARGET = lib.a

obj-y                           += csum_partial.o csum_partial_copy.o \
                                   promlib.o rtc-std.o rtc-no.o memcpy.o \
                                   memset.o watch.o strlen_user.o \
                                   strncpy_user.o dump_tlb.o strnlen_user.o

export-objs                     := rtc-std.o rtc-no.o

obj-$(CONFIG_BLK_DEV_FD)        += floppy-no.o floppy-std.o
obj-$(subst m,y,$(CONFIG_IDE))  += ide-std.o ide-no.o   # needed for ide module
obj-$(CONFIG_PC_KEYB)           += kbd-std.o

include $(TOPDIR)/Rules.make

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.