Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux...
[deliverable/linux.git] / arch / mips / fw / arc / Makefile
1 #
2 # Makefile for the ARC prom monitor library routines under Linux.
3 #
4
5 lib-y += cmdline.o env.o file.o identify.o init.o \
6 misc.o salone.o time.o tree.o
7
8 lib-$(CONFIG_ARC_MEMORY) += memory.o
9 lib-$(CONFIG_ARC_CONSOLE) += arc_con.o
10 lib-$(CONFIG_ARC_PROMLIB) += promlib.o
11
12 EXTRA_CFLAGS += -Werror
This page took 0.056078 seconds and 5 git commands to generate.