6 lines
151 B
Makefile
6 lines
151 B
Makefile
|
subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
|
||
|
|
||
|
obj-y += common.o
|
||
|
obj-$(CONFIG_PPC_XIVE_NATIVE) += native.o
|
||
|
obj-$(CONFIG_PPC_XIVE_SPAPR) += spapr.o
|