Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Commit a260a48

Browse files
committed
fixed asyn.makefile
1 parent daf66ae commit a260a48

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

asyn.Makefile

+2-8
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,13 @@
2020
# Date : Wednesday, September 4 00:01:38 CEST 2019
2121
# version : 0.1.6
2222

23-
# 0.1.5 : R4-33
24-
#
25-
# 0.1.6 : R4-36 : show two new files such as
26-
# SOURCES += $(MISCELLANEOUS)/asynInterposeDelay.c
27-
# SOURCES += $(MISCELLANEOUS)/asynInterposeEcho.c
28-
# So, this version of asyn.Makefile doesn't have backward compatibility.
23+
24+
LEGACY_RSET = YES
2925

3026
where_am_I := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
3127
include $(E3_REQUIRE_TOOLS)/driver.makefile
3228
include $(E3_REQUIRE_CONFIG)/DECOUPLE_FLAGS
3329

34-
USR_CPPFLAGS += -DUSE_TYPED_RSET
35-
3630
USR_CFLAGS += -Wno-unused-variable
3731
USR_CFLAGS += -Wno-unused-function
3832
USR_CFLAGS += -Wno-unused-but-set-variable

0 commit comments

Comments
 (0)