X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Makefile;h=935a9d610e68874f94c4ea6dac065eedd1a88ec3;hb=c96fca213737a5b4bc569e1d9a0ef6adeff661e9;hp=e9560c6f8156983cb15328c767b594028354da8e;hpb=55b4d6a52195a8f277ffddf755ddaff359878f41;p=mv-sheeva.git diff --git a/Makefile b/Makefile index e9560c6f815..935a9d610e6 100644 --- a/Makefile +++ b/Makefile @@ -1352,7 +1352,7 @@ quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)) a_flags = -Wp,-MD,$(depfile) $(AFLAGS) $(AFLAGS_KERNEL) \ $(NOSTDINC_FLAGS) $(CPPFLAGS) \ - $(modkern_aflags) $(EXTRA_AFLAGS) $(AFLAGS_$(*F).o) + $(modkern_aflags) $(EXTRA_AFLAGS) $(AFLAGS_$(basetarget).o) quiet_cmd_as_o_S = AS $@ cmd_as_o_S = $(CC) $(a_flags) -c -o $@ $<