Add whether to enable whitelist configuration option.

This commit is contained in:
2020-08-16 07:56:52 +08:00
parent 8b514106d7
commit 488596f541
9 changed files with 23 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ CROSS_COMPILE ?=
CC := $(CROSS_COMPILE)gcc
STRIP := $(CROSS_COMPILE)strip
CFLAGS += -g -O2 -Wall
LIBS = -static
LIBS =
OBJ := ais
all: conf.o ais.o