summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/Makefile.in12
-rw-r--r--make/custom/ts_386ex.cfg4
2 files changed, 0 insertions, 16 deletions
diff --git a/make/custom/Makefile.in b/make/custom/Makefile.in
index fe7c0a5f5a..84f9b50cfb 100644
--- a/make/custom/Makefile.in
+++ b/make/custom/Makefile.in
@@ -224,26 +224,14 @@ debug-am:
debug: debug-am
.PHONY: debug debug-am
-debug_install-am:
-debug_install: debug_install-am
-.PHONY: debug_install debug_install-am
-
profile-am:
profile: profile-am
.PHONY: profile profile-am
-profile_install-am:
-profile_install: profile_install-am
-.PHONY: profile_install profile_install-am
-
preinstall-am:
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
-clobber-am:
-clobber: clobber-am
-.PHONY: clobber clobber-am
-
depend-am:
depend: depend-am
.PHONY: depend depend-am
diff --git a/make/custom/ts_386ex.cfg b/make/custom/ts_386ex.cfg
index 7a609e2f7c..3502933fca 100644
--- a/make/custom/ts_386ex.cfg
+++ b/make/custom/ts_386ex.cfg
@@ -23,10 +23,6 @@ CPU_CFLAGS =-msoft-float -mno-fp-ret-in-387
# -fomit-frame-pointer breaks debugging and C++ exceptions
CFLAGS_OPTIMIZE_V=-O4
-# This target does support the TCP/IP stack so honour requests
-# to enable it.
-HAS_NETWORKING=yes
-
# This BSP does not support librdbg
HAS_RDBG=no