diff options
Diffstat (limited to 'src/ap/Makefile')
-rw-r--r-- | src/ap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ap/Makefile b/src/ap/Makefile index 9b07ee163419f..48f8f238d9193 100644 --- a/src/ap/Makefile +++ b/src/ap/Makefile @@ -20,6 +20,7 @@ CFLAGS += -DCONFIG_WPS CFLAGS += -DCONFIG_PROXYARP CFLAGS += -DCONFIG_IPV6 CFLAGS += -DCONFIG_IAPP +CFLAGS += -DCONFIG_AIRTIME_POLICY LIB_OBJS= \ accounting.o \ @@ -27,6 +28,7 @@ LIB_OBJS= \ ap_drv_ops.o \ ap_list.o \ ap_mlme.o \ + airtime_policy.o \ authsrv.o \ beacon.o \ bss_load.o \ |