mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Update Makefiles for merged and split at45.c.
This commit is contained in:
parent
3454cece2d
commit
65d7ada645
3 changed files with 3 additions and 3 deletions
2
board/at91rm9200dk/Makefile
Normal file → Executable file
2
board/at91rm9200dk/Makefile
Normal file → Executable file
|
@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
|
|||
|
||||
LIB = $(obj)lib$(BOARD).a
|
||||
|
||||
COBJS := at91rm9200dk.o at45.o flash.o led.o mux.o
|
||||
COBJS := at91rm9200dk.o flash.o led.o mux.o
|
||||
|
||||
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
|
||||
OBJS := $(addprefix $(obj),$(COBJS))
|
||||
|
|
2
board/cmc_pu2/Makefile
Normal file → Executable file
2
board/cmc_pu2/Makefile
Normal file → Executable file
|
@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
|
|||
|
||||
LIB = $(obj)lib$(BOARD).a
|
||||
|
||||
COBJS := cmc_pu2.o at45.o flash.o load_sernum_ethaddr.o
|
||||
COBJS := cmc_pu2.o flash.o load_sernum_ethaddr.o
|
||||
|
||||
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
|
||||
OBJS := $(addprefix $(obj),$(COBJS))
|
||||
|
|
2
drivers/Makefile
Normal file → Executable file
2
drivers/Makefile
Normal file → Executable file
|
@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
|
|||
|
||||
LIB = $(obj)libdrivers.a
|
||||
|
||||
COBJS = 3c589.o 5701rls.o ali512x.o ata_piix.o atmel_usart.o \
|
||||
COBJS = 3c589.o 5701rls.o ali512x.o at45.o ata_piix.o atmel_usart.o \
|
||||
bcm570x.o bcm570x_autoneg.o cfb_console.o cfi_flash.o \
|
||||
cs8900.o ct69000.o dataflash.o dc2114x.o dm9000x.o \
|
||||
e1000.o eepro100.o enc28j60.o \
|
||||
|
|
Loading…
Reference in a new issue