mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 12:55:44 +07:00
98366c20a2
Follow the MIPS and sparc64 changes for -Werror instrumentation. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
10 lines
122 B
Makefile
10 lines
122 B
Makefile
#
|
|
# Makefile for VoyagerGX
|
|
#
|
|
|
|
obj-y := irq.o setup.o
|
|
|
|
obj-$(CONFIG_USB_OHCI_HCD) += consistent.o
|
|
|
|
EXTRA_CFLAGS += -Werror
|