mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-27 08:33:10 +01:00 
			
		
		
		
	x86: Remove unneeded cruft from main Makefile
These lines are dealt with in the x86 Makefile and link script, so punt them. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Gabe Black <gabeblack@chromium.org>
This commit is contained in:
		
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							| @@ -230,10 +230,6 @@ endif | |||||||
| # U-Boot objects....order is important (i.e. start must be first) | # U-Boot objects....order is important (i.e. start must be first) | ||||||
|  |  | ||||||
| OBJS  = $(CPUDIR)/start.o | OBJS  = $(CPUDIR)/start.o | ||||||
| ifeq ($(CPU),x86) |  | ||||||
| RESET_OBJS-$(CONFIG_X86_NO_RESET_VECTOR) += $(CPUDIR)/start16.o |  | ||||||
| RESET_OBJS-$(CONFIG_X86_NO_RESET_VECTOR) += $(CPUDIR)/resetvec.o |  | ||||||
| endif |  | ||||||
| ifeq ($(CPU),ppc4xx) | ifeq ($(CPU),ppc4xx) | ||||||
| OBJS += $(CPUDIR)/resetvec.o | OBJS += $(CPUDIR)/resetvec.o | ||||||
| endif | endif | ||||||
| @@ -241,7 +237,7 @@ ifeq ($(CPU),mpc85xx) | |||||||
| OBJS += $(CPUDIR)/resetvec.o | OBJS += $(CPUDIR)/resetvec.o | ||||||
| endif | endif | ||||||
|  |  | ||||||
| OBJS := $(addprefix $(obj),$(OBJS) $(RESET_OBJS-)) | OBJS := $(addprefix $(obj),$(OBJS)) | ||||||
|  |  | ||||||
| HAVE_VENDOR_COMMON_LIB = $(if $(wildcard board/$(VENDOR)/common/Makefile),y,n) | HAVE_VENDOR_COMMON_LIB = $(if $(wildcard board/$(VENDOR)/common/Makefile),y,n) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user