diff options
Diffstat (limited to 'arch/mips/powertv/Makefile')
-rw-r--r-- | arch/mips/powertv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/powertv/Makefile b/arch/mips/powertv/Makefile index baf6e90..348d2e8 100644 --- a/arch/mips/powertv/Makefile +++ b/arch/mips/powertv/Makefile @@ -28,4 +28,4 @@ obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \ obj-$(CONFIG_USB) += powertv-usb.o -EXTRA_CFLAGS += -Wall +ccflags-y := -Wall |