2
0
This repository has been archived on 2025-11-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

8 lines
324 B
Plaintext
Executable File

# You can create user.mak file in PJ root directory to specify
# additional flags to compiler and linker. For example:
export CFLAGS += -Wno-unused-label -Werror
export LDFLAGS +=-L/opt/tc/tclinux_phoenix/filesystem/lib
export LIBS += -lssl -lcrypto
export CPPFLAGS += -I/opt/tc/tclinux_phoenix/apps/public/openssl/incude