diff options
Diffstat (limited to 'code/ecp/Makefile')
-rw-r--r-- | code/ecp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/ecp/Makefile b/code/ecp/Makefile index a62e6f0..972f8d7 100644 --- a/code/ecp/Makefile +++ b/code/ecp/Makefile @@ -1,5 +1,5 @@ include Makefile.platform -CFLAGS=$(CFLAGS_PL) $(PIC) -I. +CFLAGS += $(PIC) -I. obj = core.o timer.o $(obj_rbuf) subdirs = crypto platform $(htable) $(vconn) |