Loading scripts/Makefile.build +0 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ obj-y := obj-m := lib-y := lib-m := always := always-y := always-m := targets := Loading scripts/Makefile.clean +0 −3 Original line number Diff line number Diff line Loading @@ -34,9 +34,6 @@ __clean-files := \ $(hostprogs-always-y) $(hostprogs-always-m) $(hostprogs-always-) \ $(userprogs-always-y) $(userprogs-always-m) $(userprogs-always-) # deprecated __clean-files += $(always) $(hostprogs-y) $(hostprogs-m) $(hostprogs-) __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) # clean-files is given relative to the current directory, unless it Loading scripts/Makefile.lib +0 −12 Original line number Diff line number Diff line Loading @@ -4,18 +4,6 @@ asflags-y += $(EXTRA_AFLAGS) ccflags-y += $(EXTRA_CFLAGS) cppflags-y += $(EXTRA_CPPFLAGS) ldflags-y += $(EXTRA_LDFLAGS) ifneq ($(always),) $(warning 'always' is deprecated. Please use 'always-y' instead) always-y += $(always) endif ifneq ($(hostprogs-y),) $(warning 'hostprogs-y' is deprecated. Please use 'hostprogs' instead) hostprogs += $(hostprogs-y) endif ifneq ($(hostprogs-m),) $(warning 'hostprogs-m' is deprecated. Please use 'hostprogs' instead) hostprogs += $(hostprogs-m) endif # flags that take effect in current and sub directories KBUILD_AFLAGS += $(subdir-asflags-y) Loading Loading
scripts/Makefile.build +0 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ obj-y := obj-m := lib-y := lib-m := always := always-y := always-m := targets := Loading
scripts/Makefile.clean +0 −3 Original line number Diff line number Diff line Loading @@ -34,9 +34,6 @@ __clean-files := \ $(hostprogs-always-y) $(hostprogs-always-m) $(hostprogs-always-) \ $(userprogs-always-y) $(userprogs-always-m) $(userprogs-always-) # deprecated __clean-files += $(always) $(hostprogs-y) $(hostprogs-m) $(hostprogs-) __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) # clean-files is given relative to the current directory, unless it Loading
scripts/Makefile.lib +0 −12 Original line number Diff line number Diff line Loading @@ -4,18 +4,6 @@ asflags-y += $(EXTRA_AFLAGS) ccflags-y += $(EXTRA_CFLAGS) cppflags-y += $(EXTRA_CPPFLAGS) ldflags-y += $(EXTRA_LDFLAGS) ifneq ($(always),) $(warning 'always' is deprecated. Please use 'always-y' instead) always-y += $(always) endif ifneq ($(hostprogs-y),) $(warning 'hostprogs-y' is deprecated. Please use 'hostprogs' instead) hostprogs += $(hostprogs-y) endif ifneq ($(hostprogs-m),) $(warning 'hostprogs-m' is deprecated. Please use 'hostprogs' instead) hostprogs += $(hostprogs-m) endif # flags that take effect in current and sub directories KBUILD_AFLAGS += $(subdir-asflags-y) Loading