mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-03 16:04:53 +01:00
fix v variable.
This commit is contained in:
parent
e8e3ac95a1
commit
cc556268dd
1 changed files with 5 additions and 3 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue