aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2022-05-12 08:11:27 +0100
committerRon Yorston <rmy@pobox.com>2022-05-12 08:11:27 +0100
commit7c8c7681a9c8fac1fb8cf77f5950d32885ebb08c (patch)
tree4e21c0c676bc424ba10e616d9f97de76bfe4409c /Makefile
parentf637f37e0bd2e295936a7b4836676846693219aa (diff)
parent1099a27696cd733041db97f99da4e22ecd2424e5 (diff)
downloadbusybox-w32-7c8c7681a9c8fac1fb8cf77f5950d32885ebb08c.tar.gz
busybox-w32-7c8c7681a9c8fac1fb8cf77f5950d32885ebb08c.tar.bz2
busybox-w32-7c8c7681a9c8fac1fb8cf77f5950d32885ebb08c.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 783f55f87..a65cd61a4 100644
--- a/Makefile
+++ b/Makefile
@@ -1315,14 +1315,6 @@ quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN $(wildcard $(rm-dirs)))
1315quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files))) 1315quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)))
1316 cmd_rmfiles = rm -f $(rm-files) 1316 cmd_rmfiles = rm -f $(rm-files)
1317 1317
1318
1319a_flags = -Wp,-MD,$(depfile) $(AFLAGS) $(AFLAGS_KERNEL) \
1320 $(NOSTDINC_FLAGS) $(CPPFLAGS) \
1321 $(modkern_aflags) $(EXTRA_AFLAGS) $(AFLAGS_$(*F).o)
1322
1323quiet_cmd_as_o_S = AS $@
1324cmd_as_o_S = $(CC) $(a_flags) -c -o $@ $<
1325
1326# read all saved command lines 1318# read all saved command lines
1327 1319
1328targets := $(wildcard $(sort $(targets))) 1320targets := $(wildcard $(sort $(targets)))