include ../../Config.mk

SUBDIRS  = 
LIBSRCS  =  main.c cmdedit.c

ifeq ($(PP_FEAT_USER_BLOCKING),1)
LIBSRCS +=  unblock.c
endif

# we include third-party header with duplicate prototypes (not easily fixable)
FW_CFLAGS += -Wno-redundant-decls

STATIC_LIB = liberic_config_prg.a

include $(PP_BUILD_SYS_DIR)/Top.mk
