diff options
| author | Roman Yeryomin <roman@advem.lv> | 2012-09-13 00:40:35 +0300 |
|---|---|---|
| committer | Roman Yeryomin <roman@advem.lv> | 2012-12-03 00:13:21 +0200 |
| commit | 5deb3317cb51ac52de922bb55f8492624018906d (patch) | |
| tree | c2fbe6346699d9bb0f2100490c3029519bb8fde8 /target/linux/realtek/files/arch/rlx/kernel/Makefile | |
| parent | 0239d37124f9184b478a42de8a7fa1bc85a6a6fe (diff) | |
Add realtek target files
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/realtek/files/arch/rlx/kernel/Makefile')
| -rw-r--r-- | target/linux/realtek/files/arch/rlx/kernel/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/target/linux/realtek/files/arch/rlx/kernel/Makefile b/target/linux/realtek/files/arch/rlx/kernel/Makefile new file mode 100644 index 000000000..5e866732a --- /dev/null +++ b/target/linux/realtek/files/arch/rlx/kernel/Makefile @@ -0,0 +1,27 @@ +# +# Makefile for the Linux/MIPS kernel. +# + +extra-y := head.o init_task.o + +obj-y += cpu-probe.o branch.o entry.o genex.o irq.o process.o \ + ptrace.o reset.o setup.o signal.o \ + topology.o traps.o unaligned.o + +obj-y += rlx-switch.o syscall.o scall32-o32.o +obj-y += rlx-time.o rlx-cevt.o + +obj-$(CONFIG_STACKTRACE) += stacktrace.o +obj-$(CONFIG_MODULES) += mips_ksyms.o module.o +obj-$(CONFIG_IRQ_CPU) += irq_cpu.o +obj-$(CONFIG_IRQ_VEC) += irq_vec.o + +obj-$(CONFIG_KGDB) += kgdb.o +obj-$(CONFIG_PROC_FS) += proc.o + +obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o +obj-$(CONFIG_EARLY_PRINTK) += early_printk.o + +EXTRA_CFLAGS += -Werror +EXTRA_CFLAGS += -I$(DIR_LINUX)/drivers/net/rtl819x/AsicDriver +EXTRA_CFLAGS += -I$(DIR_LINUX)/drivers/net/rtl819x/common |
