diff options
Diffstat (limited to 'scripts/Makefile.lib')
-rw-r--r-- | scripts/Makefile.lib | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 03905aa620cc..e6ce7b107e49 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib | |||
@@ -1,5 +1,3 @@ | |||
1 | # Backward compatibility - to be removed... | ||
2 | extra-y += $(EXTRA_TARGETS) | ||
3 | # Figure out what we need to build from the various variables | 1 | # Figure out what we need to build from the various variables |
4 | # =========================================================================== | 2 | # =========================================================================== |
5 | 3 | ||
@@ -140,7 +138,7 @@ $(obj)/%:: $(src)/%_shipped | |||
140 | # target: source(s) FORCE | 138 | # target: source(s) FORCE |
141 | # $(if_changed,ld/objcopy/gzip) | 139 | # $(if_changed,ld/objcopy/gzip) |
142 | # | 140 | # |
143 | # and add target to EXTRA_TARGETS so that we know we have to | 141 | # and add target to extra-y so that we know we have to |
144 | # read in the saved command line | 142 | # read in the saved command line |
145 | 143 | ||
146 | # Linking | 144 | # Linking |