URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [arch/] [or32/] [kernel/] [Makefile] - Rev 79
Go to most recent revision | Compare with Previous | Blame | View Log
# Linux/or32 Makefile
#
# Makefile for the linux kernel.
#
#
extra-y := head.o vmlinux.lds
obj-y := setup.o misc.o idle.o or32_ksyms.o semaphore.o process.o \
traps.o time.o irq.o entry.o ptrace.o signal.o sys_or32.o su.o
obj-$(CONFIG_MODULES) += module.o
clean:
Go to most recent revision | Compare with Previous | Blame | View Log