diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1315,14 +1315,6 @@ quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN $(wildcard $(rm-dirs))) | |||
1315 | quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files))) | 1315 | quiet_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 | |||
1319 | a_flags = -Wp,-MD,$(depfile) $(AFLAGS) $(AFLAGS_KERNEL) \ | ||
1320 | $(NOSTDINC_FLAGS) $(CPPFLAGS) \ | ||
1321 | $(modkern_aflags) $(EXTRA_AFLAGS) $(AFLAGS_$(*F).o) | ||
1322 | |||
1323 | quiet_cmd_as_o_S = AS $@ | ||
1324 | cmd_as_o_S = $(CC) $(a_flags) -c -o $@ $< | ||
1325 | |||
1326 | # read all saved command lines | 1318 | # read all saved command lines |
1327 | 1319 | ||
1328 | targets := $(wildcard $(sort $(targets))) | 1320 | targets := $(wildcard $(sort $(targets))) |