diff options
Diffstat (limited to 'arch/mips/nxp/pnx833x/common/Makefile')
-rw-r--r-- | arch/mips/nxp/pnx833x/common/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/nxp/pnx833x/common/Makefile b/arch/mips/nxp/pnx833x/common/Makefile new file mode 100644 index 000000000000..4a16f3b503b5 --- /dev/null +++ b/arch/mips/nxp/pnx833x/common/Makefile | |||
@@ -0,0 +1,3 @@ | |||
1 | obj-y := interrupts.o platform.o prom.o setup.o reset.o | ||
2 | |||
3 | EXTRA_CFLAGS += -Werror | ||