98366c20a2
Follow the MIPS and sparc64 changes for -Werror instrumentation. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
9 lines
122 B
Makefile
9 lines
122 B
Makefile
#
|
|
# Makefile for VoyagerGX
|
|
#
|
|
|
|
obj-y := irq.o setup.o
|
|
|
|
obj-$(CONFIG_USB_OHCI_HCD) += consistent.o
|
|
|
|
EXTRA_CFLAGS += -Werror
|