diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1301,14 +1301,6 @@ quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN $(wildcard $(rm-dirs))) | |||
1301 | quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files))) | 1301 | quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files))) |
1302 | cmd_rmfiles = rm -f $(rm-files) | 1302 | cmd_rmfiles = rm -f $(rm-files) |
1303 | 1303 | ||
1304 | |||
1305 | a_flags = -Wp,-MD,$(depfile) $(AFLAGS) $(AFLAGS_KERNEL) \ | ||
1306 | $(NOSTDINC_FLAGS) $(CPPFLAGS) \ | ||
1307 | $(modkern_aflags) $(EXTRA_AFLAGS) $(AFLAGS_$(*F).o) | ||
1308 | |||
1309 | quiet_cmd_as_o_S = AS $@ | ||
1310 | cmd_as_o_S = $(CC) $(a_flags) -c -o $@ $< | ||
1311 | |||
1312 | # read all saved command lines | 1304 | # read all saved command lines |
1313 | 1305 | ||
1314 | targets := $(wildcard $(sort $(targets))) | 1306 | targets := $(wildcard $(sort $(targets))) |