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