diff options
Diffstat (limited to 'arch/mips/powertv/Makefile')
-rw-r--r-- | arch/mips/powertv/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/mips/powertv/Makefile b/arch/mips/powertv/Makefile index 0a0d73c0564f..baf6e9092a9f 100644 --- a/arch/mips/powertv/Makefile +++ b/arch/mips/powertv/Makefile | |||
@@ -23,6 +23,9 @@ | |||
23 | # under Linux. | 23 | # under Linux. |
24 | # | 24 | # |
25 | 25 | ||
26 | obj-y += init.o memory.o reset.o time.o powertv_setup.o asic/ pci/ | 26 | obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \ |
27 | asic/ pci/ | ||
27 | 28 | ||
28 | EXTRA_CFLAGS += -Wall -Werror | 29 | obj-$(CONFIG_USB) += powertv-usb.o |
30 | |||
31 | EXTRA_CFLAGS += -Wall | ||