From cc556268ddf33454101e4451d4d3ca54eb2f7b63 Mon Sep 17 00:00:00 2001 From: Kenneth Johansson Date: Thu, 10 Nov 2016 18:11:50 +0100 Subject: [PATCH] fix v variable. --- ated/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ated/Makefile b/ated/Makefile index 022850be6..cc5b5929d 100644 --- a/ated/Makefile +++ b/ated/Makefile @@ -43,10 +43,12 @@ define Package/ated/description Daemon for handling wifi calibration endef +#TARGET_CFLAGS += -I$(LINUX_DIR)/include -I$(LINUX_DIR)/arch/mips/include + MAKE_FLAGS += \ - v=3 \ - m=3 \ - -I$(LINUX_DIR)/include + v=2 \ + m=3 + #TARGET_CPPFLAGS := \ # -I$(STAGING_DIR)/usr/include/bcm963xx/shared/opensource/include/bcm963xx \