asuswrt-merlin.ng/release/src-rt/profile.mak
Eric Sauvageau a581664c68 build: merge generic build environment changes from AM380
- Updated to use binary collection for wl_arm(_7114) drivers
 - Removed dependencies from various -install recipes, to reduce
   the amount of components rebuild at build time
 - Added parallel building support to components (and replaced
   Asus's recent -j 8 addition with our own dynamic one)
2017-09-18 12:19:39 -04:00

11 lines
336 B
Makefile

EXTRACFLAGS := -DLINUX26 -DCONFIG_BCMWL5 -DDEBUG_NOISY -DDEBUG_RCTEST -pipe -DBCMWPA2 -funit-at-a-time -Wno-pointer-sign -mtune=mips32r2 -mips32r2
ifeq ($(RTCONFIG_NVRAM_64K), y)
EXTRACFLAGS += -DRTCONFIG_NVRAM_64K
endif
ifeq ($(RTCONFIG_DUAL_TRX), y)
EXTRACFLAGS += -DRTCONFIG_DUAL_TRX
endif
export EXTRACFLAGS